Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ TestFloor
Class
TestFloor
Lib/test/test_math.py:578–580 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
576
class
TestFloorIsNone(float):
577
__floor__ = None
578
class
TestFloor:
579
def
__floor__(self):
580
return
42
581
class
FloatFloor(float):
582
def
__floor__(self):
583
return
42
Callers
1
testFloor
Method · 0.85
Calls
no outgoing calls
Tested by
1
testFloor
Method · 0.68