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

Function call_f

IPython/core/tests/refbug.py:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 cache.append(f)
43
44 def call_f():
45 for func in cache:
46 print('lowercased:',func().lower())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected