(zelf: &Py<Self>, vm: &VirtualMachine)
| 500 | } |
| 501 | |
| 502 | fn clone_exact(zelf: &Py<Self>, vm: &VirtualMachine) -> PyRef<Self> { |
| 503 | vm.ctx.new_complex(zelf.value) |
| 504 | } |
| 505 | } |
| 506 | |
| 507 | impl Representable for PyComplex { |
nothing calls this directly
no test coverage detected