()
| 186 | |
| 187 | #[inline] |
| 188 | fn error_value() -> *mut ffi::PyObject { |
| 189 | ptr::null_mut() |
| 190 | } |
| 191 | } |
| 192 | |
| 193 | pub struct PythonObjectCallbackConverter<T>(pub marker::PhantomData<T>); |
nothing calls this directly
no outgoing calls
no test coverage detected