MCPcopy Index your code
hub / github.com/python/cpython / FloatCeil

Class FloatCeil

Lib/test/test_math.py:392–394  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390 def __ceil__(self):
391 return 42
392 class FloatCeil(float):
393 def __ceil__(self):
394 return 42
395 class TestNoCeil:
396 pass
397 class TestBadCeil:

Callers 1

testCeilMethod · 0.85

Calls

no outgoing calls

Tested by 1

testCeilMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…