Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __trunc__
Method
__trunc__
extra_tests/snippets/stdlib_math.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
class
A(object):
52
def
__trunc__(self):
53
return
2
54
55
def
__ceil__(self):
56
return
3
Callers
2
builtin_float.py
File · 0.45
stdlib_abc_number.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected