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

Class OtherFloatSubclass

Lib/test/test_float.py:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 pass
34
35class OtherFloatSubclass(float):
36 pass
37
38class MyIndex:
39 def __init__(self, value):

Callers 2

test_floatconversionMethod · 0.85
test_from_numberMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_floatconversionMethod · 0.68
test_from_numberMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…