py_tpobject method
Get the type object of the given type.
Implementation
py_GlobalRef py_tpobject(
int type,
) {
return _py_tpobject(
type,
);
}
Get the type object of the given type.
py_GlobalRef py_tpobject(
int type,
) {
return _py_tpobject(
type,
);
}