Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 75d1c02

Browse filesBrowse files
restored warn_deprecated
1 parent 65ec539 commit 75d1c02
Copy full SHA for 75d1c02

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎lib/matplotlib/_api/__init__.py

Copy file name to clipboardExpand all lines: lib/matplotlib/_api/__init__.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ def my_func(*args, **kwargs):
305305
[lambda old1, old2: locals(), lambda new: locals()],
306306
*args, **kwargs)
307307
if "old1" in params:
308+
warn_deprecated(...)
308309
old1, old2 = params.values() # note that locals() is ordered.
309310
else:
310311
new, = params.values()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.