MCPcopy Index your code
hub / github.com/python/cpython / IntSubclass

Class IntSubclass

Lib/test/test_math_integer.py:7–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6
7class IntSubclass(int):
8 pass
9
10# Class providing an __index__ method.
11class MyIndexable(object):

Callers 4

test_factorialMethod · 0.70
test_gcdMethod · 0.70
test_permMethod · 0.70
test_combMethod · 0.70

Calls

no outgoing calls

Tested by 4

test_factorialMethod · 0.56
test_gcdMethod · 0.56
test_permMethod · 0.56
test_combMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…