py_newnotimplemented method
Create a NotImplemented
object.
Implementation
void py_newnotimplemented(
py_OutRef arg0,
) {
return _py_newnotimplemented(
arg0,
);
}
Create a NotImplemented
object.
void py_newnotimplemented(
py_OutRef arg0,
) {
return _py_newnotimplemented(
arg0,
);
}