py_tpgetmagic method
Get the magic method from the given type only.
The returned reference is always valid. However, its value may be nil
.
Implementation
py_GlobalRef py_tpgetmagic(
int type,
int name,
) {
return _py_tpgetmagic(
type,
name,
);
}