(_zelf: &Py<Self>, vm: &VirtualMachine)
| 404 | impl Representable for PyEllipsis { |
| 405 | #[inline] |
| 406 | fn repr(_zelf: &Py<Self>, vm: &VirtualMachine) -> PyResult<PyStrRef> { |
| 407 | Ok(vm.ctx.names.Ellipsis.to_owned()) |
| 408 | } |
| 409 | |
| 410 | #[cold] |
| 411 | fn repr_str(_zelf: &Py<Self>, _vm: &VirtualMachine) -> PyResult<String> { |