(&self, _proto: usize, vm: &VirtualMachine)
| 945 | |
| 946 | #[pymethod] |
| 947 | fn __reduce_ex__(&self, _proto: usize, vm: &VirtualMachine) -> PyResult { |
| 948 | self.__reduce__(vm) |
| 949 | } |
| 950 | |
| 951 | #[pymethod] |
| 952 | fn __reduce__(&self, vm: &VirtualMachine) -> PyResult { |
nothing calls this directly
no test coverage detected