MCPcopy Index your code
hub / github.com/python/cpython / f

Function f

Lib/types.py:24–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 def _cell_factory():
23 a = 1
24 def f():
25 nonlocal a
26 return f.__closure__[0]
27 CellType = type(_cell_factory())
28

Callers 10

__getitem__Method · 0.70
__getitem__Method · 0.70
f_invFunction · 0.70
_exitfuncMethod · 0.70
saveMethod · 0.70
_calibrate_innerMethod · 0.70
interleaveMethod · 0.70
do_singleFunction · 0.50
wrapperFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected