MCPcopy Create free account
hub / github.com/RustPython/RustPython / FloatFloor

Class FloatFloor

Lib/test/test_math.py:581–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579 def __floor__(self):
580 return 42
581 class FloatFloor(float):
582 def __floor__(self):
583 return 42
584 class TestNoFloor:
585 pass
586 class TestBadFloor:

Callers 1

testFloorMethod · 0.85

Calls

no outgoing calls

Tested by 1

testFloorMethod · 0.68