Skip to main content

PyCMethod

Type Alias PyCMethod 

Source
pub type PyCMethod = unsafe extern "C" fn(*mut PyObject, *mut PyTypeObject, *const *mut PyObject, isize, *mut PyObject) -> *mut PyObject;
Available on Py_3_9 and non-Py_LIMITED_API only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here