Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ spam_N
Function
spam_N
Lib/test/_code_definitions.py:128–131 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
126
127
128
def
spam_N(x):
129
def
eggs_nested(y):
130
return
None, y
131
return
eggs_nested, x
132
133
134
def
spam_C(x):
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…