MCPcopy Index your code
hub / github.com/RustPython/RustPython / TrapInt

Class TrapInt

Lib/test/test_index.py:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 return self.ind
9
10class TrapInt(int):
11 def __index__(self):
12 return int(self)
13
14class BaseTestCase(unittest.TestCase):
15 def setUp(self):

Callers 2

test_subclassesMethod · 0.85
test_subclassesMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_subclassesMethod · 0.68
test_subclassesMethod · 0.68