py_tpgetmagic method
Get the magic method from the given type only.
Return nil if not found.
Implementation
py_GlobalRef py_tpgetmagic(
int type,
py_Name name,
) {
return _py_tpgetmagic(
type,
name,
);
}
Get the magic method from the given type only.
Return nil if not found.
py_GlobalRef py_tpgetmagic(
int type,
py_Name name,
) {
return _py_tpgetmagic(
type,
name,
);
}