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