MCPcopy Index your code
hub / github.com/ipython/ipython / test_definition_kwonlyargs

Function test_definition_kwonlyargs

tests/test_oinspect.py:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265
266def test_definition_kwonlyargs():
267 i = inspector.info(f_kwarg, oname="f_kwarg") # analysis:ignore
268 assert i["definition"] == "f_kwarg(pos, *, kwonly)"
269
270
271def test_getdoc():

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…