MCPcopy 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
51class A(object):
52 def __trunc__(self):
53 return 2
54
55 def __ceil__(self):
56 return 3

Callers 2

builtin_float.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected