MCPcopy Create free account
hub / github.com/dgrunwald/rust-cpython / error_value

Method error_value

src/function.rs:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186
187 #[inline]
188 fn error_value() -> *mut ffi::PyObject {
189 ptr::null_mut()
190 }
191}
192
193pub struct PythonObjectCallbackConverter<T>(pub marker::PhantomData<T>);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected