Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __floor__
Method
__floor__
extra_tests/snippets/stdlib_math.py:58–59 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
56
return
3
57
58
def
__floor__(self):
59
return
4
60
61
62
assert math.trunc(A()) == 2
Callers
1
stdlib_abc_number.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected