MCPcopy 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

4maxsize = support.MAX_Py_ssize_t
5
6class newstyle:
7 def __index__(self):
8 return self.ind
9
10class TrapInt(int):
11 def __index__(self):

Callers 3

setUpMethod · 0.85
setUpMethod · 0.85
test_rangeMethod · 0.85

Calls

no outgoing calls

Tested by 3

setUpMethod · 0.68
setUpMethod · 0.68
test_rangeMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…