py_pushnone method

void py_pushnone()

Push a None object to the stack.

Implementation

void py_pushnone() {
  return _py_pushnone();
}