MCPcopy Index your code
hub / github.com/RustPython/RustPython / __ceil__

Method __ceil__

extra_tests/snippets/stdlib_math.py:55–56  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

53 return 2
54
55 def __ceil__(self):
56 return 3
57
58 def __floor__(self):
59 return 4

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected