Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ newstyle
Class
newstyle
Lib/test/test_index.py:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
maxsize = support.MAX_Py_ssize_t
5
6
class
newstyle:
7
def
__index__(self):
8
return
self.ind
9
10
class
TrapInt(int):
11
def
__index__(self):
Callers
3
setUp
Method · 0.85
setUp
Method · 0.85
test_range
Method · 0.85
Calls
no outgoing calls
Tested by
3
setUp
Method · 0.68
setUp
Method · 0.68
test_range
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…