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

Class TestFloor

Lib/test/test_math.py:533–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531 class TestFloorIsNone(float):
532 __floor__ = None
533 class TestFloor:
534 def __floor__(self):
535 return 42
536 class FloatFloor(float):
537 def __floor__(self):
538 return 42

Callers 1

testFloorMethod · 0.85

Calls

no outgoing calls

Tested by 1

testFloorMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…