Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ myint
Class
myint
Lib/test/picklecommon.py:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
78
# For test_misc
79
class
myint(int):
80
def
__init__(self, x):
81
self.str = str(x)
82
83
# For test_misc and test_getinitargs
84
class
initarg(C):
Callers
1
test_misc
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_misc
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…