Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ spam_C
Function
spam_C
Lib/test/_code_definitions.py:134–138 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
132
133
134
def
spam_C(x):
135
a = 1
136
def
eggs_closure(y):
137
return
None, y, a, x
138
return
eggs_closure, a, x
139
140
141
def
spam_NN(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…