py_tuple_getitem method
Implementation
py_ObjectRef py_tuple_getitem(
py_Ref self,
int i,
) {
return _py_tuple_getitem(
self,
i,
);
}
py_ObjectRef py_tuple_getitem(
py_Ref self,
int i,
) {
return _py_tuple_getitem(
self,
i,
);
}