py_tpobject method

py_GlobalRef py_tpobject(
  1. int type
)

Get the type object of the given type.

Implementation

py_GlobalRef py_tpobject(
  int type,
) {
  return _py_tpobject(
    type,
  );
}