py_newnotimplemented method

void py_newnotimplemented(
  1. py_OutRef arg0
)

Create a NotImplemented object.

Implementation

void py_newnotimplemented(
  py_OutRef arg0,
) {
  return _py_newnotimplemented(
    arg0,
  );
}