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

Method __floor__

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

Source from the content-addressed store, hash-verified

484
485 #[pymethod]
486 fn __floor__(zelf: PyRef<Self>, vm: &VirtualMachine) -> PyRefExact<Self> {
487 zelf.__int__(vm)
488 }
489
490 #[pymethod]
491 fn __ceil__(zelf: PyRef<Self>, vm: &VirtualMachine) -> PyRefExact<Self> {

Callers

nothing calls this directly

Calls 1

__int__Method · 0.45

Tested by

no test coverage detected