(&self)
| 60 | impl Clone for PyObjectArenaAllocator { |
| 61 | #[inline] |
| 62 | fn clone(&self) -> Self { |
| 63 | *self |
| 64 | } |
| 65 | } |
| 66 | #[cfg(all(not(Py_LIMITED_API), Py_3_4))] |
| 67 | impl Default for PyObjectArenaAllocator { |
nothing calls this directly
no outgoing calls
no test coverage detected