Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ FloatSubclass
Class
FloatSubclass
Lib/test/test_float.py:32–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
format_testfile = os.path.join(test_dir,
'mathdata'
,
'formatfloat_testcases.txt'
)
31
32
class
FloatSubclass(float):
33
pass
34
35
class
OtherFloatSubclass(float):
36
pass
Callers
1
test_floatconversion
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_floatconversion
Method · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…