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