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

Method f

tests/test_interactiveshell.py:905–906  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

903 called = set()
904
905 def f(x):
906 called.add(x)
907
908 ip.push({"f": f})
909

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected