MCPcopy 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
79class myint(int):
80 def __init__(self, x):
81 self.str = str(x)
82
83# For test_misc and test_getinitargs
84class initarg(C):

Callers 1

test_miscMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_miscMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…