(zelf: PyRef<Self>, vm: &VirtualMachine)
| 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> { |