Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ eggs_closure_N
Function
eggs_closure_N
Lib/test/_code_definitions.py:160–163 ·
view source on GitHub ↗
(y)
Source
from the content-addressed store, hash-verified
158
def
spam_CN(x):
159
a = 1
160
def
eggs_closure_N(y):
161
def
ham_C_nested(z):
162
return
None, z
163
return
ham_C_nested, y, a, x
164
return
eggs_closure_N, a, x
165
166
Callers
1
_code_definitions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…