py_pushnil method

void py_pushnil()

Push a nil object to the stack.

Implementation

void py_pushnil() {
  return _py_pushnil();
}