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

Function support_function_one

IPython/core/tests/test_oinspect.py:221–222  ·  view source on GitHub ↗

A simple function.

(x, y=2, *a, **kw)

Source from the content-addressed store, hash-verified

219 nt.assert_less(fib_tracker[0], 9000)
220
221def support_function_one(x, y=2, *a, **kw):
222 """A simple function."""
223
224def test_calldef_none():
225 # We should ignore __call__ for all of these.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected