MCPcopy 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

30format_testfile = os.path.join(test_dir, 'mathdata', 'formatfloat_testcases.txt')
31
32class FloatSubclass(float):
33 pass
34
35class OtherFloatSubclass(float):
36 pass

Callers 1

test_floatconversionMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_floatconversionMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…