py_tuple_data method

py_ObjectRef py_tuple_data(
  1. py_Ref self
)

Unchecked Functions

Implementation

py_ObjectRef py_tuple_data(
  py_Ref self,
) {
  return _py_tuple_data(
    self,
  );
}