py_pushtmp method

py_StackRef py_pushtmp()

Get a temporary variable from the stack.

Implementation

py_StackRef py_pushtmp() {
  return _py_pushtmp();
}