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

Function func1

lib/matplotlib/tests/test_api.py:128–129  ·  view source on GitHub ↗
(foo: Any = None)

Source from the content-addressed store, hash-verified

126def test_delete_parameter() -> None:
127 @_api.delete_parameter("3.0", "foo")
128 def func1(foo: Any = None) -> None:
129 pass
130
131 @_api.delete_parameter("3.0", "foo")
132 def func2(**kwargs: Any) -> None:

Callers 1

pyplot_wrapperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…