MCPcopy Create free account
hub / github.com/RustPython/RustPython / FloatCeil

Class FloatCeil

Lib/test/test_math.py:423–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 def __ceil__(self):
422 return 42
423 class FloatCeil(float):
424 def __ceil__(self):
425 return 42
426 class TestNoCeil:
427 pass
428 class TestBadCeil:

Callers 1

testCeilMethod · 0.85

Calls

no outgoing calls

Tested by 1

testCeilMethod · 0.68