Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ spam_minimal
Function
spam_minimal
Lib/test/_code_definitions.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
obj =
'a string'
8
pickle = __import__(
'pickle'
)
9
def
spam_minimal():
10
pass
11
spam_minimal()
12
data = pickle.dumps(obj)
13
res = pickle.loads(data)
Callers
1
complex_script
Function · 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…