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

Method __ceil__

crates/vm/src/builtins/int.rs:491–493  ·  view source on GitHub ↗
(zelf: PyRef<Self>, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

489
490 #[pymethod]
491 fn __ceil__(zelf: PyRef<Self>, vm: &VirtualMachine) -> PyRefExact<Self> {
492 zelf.__int__(vm)
493 }
494
495 #[pymethod]
496 fn __format__(zelf: &Py<Self>, spec: PyUtf8StrRef, vm: &VirtualMachine) -> PyResult<Wtf8Buf> {

Callers

nothing calls this directly

Calls 1

__int__Method · 0.45

Tested by

no test coverage detected