py_tuple_data method
Unchecked Functions
Implementation
py_ObjectRef py_tuple_data(
py_Ref self,
) {
return _py_tuple_data(
self,
);
}
Unchecked Functions
py_ObjectRef py_tuple_data(
py_Ref self,
) {
return _py_tuple_data(
self,
);
}