(&self)
| 201 | impl Clone for PyNumberMethods { |
| 202 | #[inline] |
| 203 | fn clone(&self) -> PyNumberMethods { |
| 204 | *self |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | pub const PyNumberMethods_INIT: PyNumberMethods = PyNumberMethods { |
nothing calls this directly
no outgoing calls
no test coverage detected