py_tuple_len method

int py_tuple_len(
  1. py_Ref self
)

Implementation

int py_tuple_len(
  py_Ref self,
) {
  return _py_tuple_len(
    self,
  );
}