py_tpfindmagic method
Search the magic method from the given type to the base type.
Return NULL
if not found.
Implementation
py_GlobalRef py_tpfindmagic(
int arg0,
int name,
) {
return _py_tpfindmagic(
arg0,
name,
);
}
Search the magic method from the given type to the base type.
Return NULL
if not found.
py_GlobalRef py_tpfindmagic(
int arg0,
int name,
) {
return _py_tpfindmagic(
arg0,
name,
);
}