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

Function func

IPython/testing/plugin/pytest_ipdoctest.py:709–710  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

707 """Used by IPDoctestTextfile and IPDoctestItem to setup fixture information."""
708
709 def func() -> None:
710 pass
711
712 doctest_item.funcargs = {} # type: ignore[attr-defined]
713 fm = doctest_item.session._fixturemanager

Callers 12

timings_outFunction · 0.85
wrapperFunction · 0.85
_stdin_threadMethod · 0.85
_stdout_threadMethod · 0.85
wrapperFunction · 0.85
triggerMethod · 0.85
eval_nodeFunction · 0.85
_safe_stringFunction · 0.85
wrapperFunction · 0.85
call_fFunction · 0.85
wrapperMethod · 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…