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

Function f

IPython/core/tests/test_oinspect.py:75–76  ·  view source on GitHub ↗

My docstring

(x)

Source from the content-addressed store, hash-verified

73
74 @noop1
75 def f(x):
76 "My docstring"
77
78 match_pyfiles(oinspect.find_file(f), os.path.abspath(__file__))
79 nt.assert_equal(f.__doc__, "My docstring")

Callers 2

wrapperFunction · 0.70
noop2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected