py_tpfindname method
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,
);
}
Search the name from the given type to the base type.
Return NULL
if not found.
py_ItemRef py_tpfindname(
int arg0,
int name,
) {
return _py_tpfindname(
arg0,
name,
);
}