Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testCeil
Method · 0.85
Calls
no outgoing calls
Tested by
1
testCeil
Method · 0.68