Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
__get_openssl_constructor
Function · 0.70
__getitem__
Method · 0.70
__getitem__
Method · 0.70
f_inv
Function · 0.70
_exitfunc
Method · 0.70
save
Method · 0.70
_calibrate_inner
Method · 0.70
interleave
Method · 0.70
do_single
Function · 0.50
wrapper
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected