MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / pyplot_wrapper

Function pyplot_wrapper

lib/matplotlib/tests/test_api.py:140–141  ·  view source on GitHub ↗
(foo: Any = _api.deprecation._deprecated_parameter)

Source from the content-addressed store, hash-verified

138 func(foo="bar")
139
140 def pyplot_wrapper(foo: Any = _api.deprecation._deprecated_parameter) -> None:
141 func1(foo)
142
143 pyplot_wrapper() # No warning.
144 with pytest.warns(mpl.MatplotlibDeprecationWarning):

Callers 1

test_delete_parameterFunction · 0.85

Calls 1

func1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…