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

Function call_f

tests/refbug.py:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…