py_pop method

void py_pop()

Pop an object from the stack.

Implementation

void py_pop() {
  return _py_pop();
}