Type Definition python3_sys::getattrofunc
[−]
[src]
type getattrofunc = unsafe extern "C" fn(_: *mut PyObject, _: *mut PyObject) -> *mut PyObject;