MCPcopy 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
62assert math.trunc(A()) == 2

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected