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

Function func

lib/matplotlib/tests/test_api.py:150–151  ·  view source on GitHub ↗
(pre: Any, arg: Any, post: Any = None)

Source from the content-addressed store, hash-verified

148def test_make_keyword_only() -> None:
149 @_api.make_keyword_only("3.0", "arg")
150 def func(pre: Any, arg: Any, post: Any = None) -> None:
151 pass
152
153 func(1, arg=2) # Check that no warning is emitted.
154

Callers 15

test_delete_parameterFunction · 0.70
test_make_keyword_onlyFunction · 0.70
__array_ufunc__Method · 0.70
format_zdataMethod · 0.50
_value_and_jac_angleFunction · 0.50
wrapperFunction · 0.50
innerFunction · 0.50
_reverserMethod · 0.50
add_axobserverMethod · 0.50
wrapperFunction · 0.50
on_clickedMethod · 0.50
on_changedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…