py_newlist method

void py_newlist(
  1. py_OutRef arg0
)

Create an empty list.

Implementation

void py_newlist(
  py_OutRef arg0,
) {
  return _py_newlist(
    arg0,
  );
}