py_list_clear method

void py_list_clear(
  1. py_Ref self
)

Implementation

void py_list_clear(
  py_Ref self,
) {
  return _py_list_clear(
    self,
  );
}