(&self, py: Python)
| 33 | |
| 34 | #[inline] |
| 35 | fn to_py_object(&self, py: Python) -> PyBool { |
| 36 | PyBool::get(py, *self) |
| 37 | } |
| 38 | |
| 39 | #[inline] |
| 40 | fn with_borrowed_ptr<F, R>(&self, _py: Python, f: F) -> R |
nothing calls this directly
no outgoing calls
no test coverage detected