Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
class
IntSubclass(int):
8
pass
9
10
# Class providing an __index__ method.
11
class
MyIndexable(object):
Callers
4
test_factorial
Method · 0.70
test_gcd
Method · 0.70
test_perm
Method · 0.70
test_comb
Method · 0.70
Calls
no outgoing calls
Tested by
4
test_factorial
Method · 0.56
test_gcd
Method · 0.56
test_perm
Method · 0.56
test_comb
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…