Function PyCFunction_GET_FUNCTION
pub unsafe fn PyCFunction_GET_FUNCTION(
func: *mut PyObject,
) -> PyMethodDefPointer
Available on crate features
dep_pyo3
and std
only.pub unsafe fn PyCFunction_GET_FUNCTION(
func: *mut PyObject,
) -> PyMethodDefPointer
dep_pyo3
and std
only.