MCPcopy Create free account
hub / github.com/ipython/ipython / f_kwarg

Function f_kwarg

IPython/core/tests/test_oinspect.py:230–231  ·  view source on GitHub ↗
(pos, *, kwonly)

Source from the content-addressed store, hash-verified

228 nt.assert_is(i['call_def'], None)
229
230def f_kwarg(pos, *, kwonly):
231 pass
232
233def test_definition_kwonlyargs():
234 i = inspector.info(f_kwarg, oname='f_kwarg') # analysis:ignore

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected