Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
class
TrapInt(int):
11
def
__index__(self):
12
return
int(self)
13
14
class
BaseTestCase(unittest.TestCase):
15
def
setUp(self):
Callers
2
test_subclasses
Method · 0.85
test_subclasses
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_subclasses
Method · 0.68
test_subclasses
Method · 0.68