py_tpfindname method

py_ItemRef py_tpfindname(
  1. int arg0,
  2. int name
)

Search the name from the given type to the base type. Return NULL if not found.

Implementation

py_ItemRef py_tpfindname(
  int arg0,
  int name,
) {
  return _py_tpfindname(
    arg0,
    name,
  );
}