py_retval method

py_GlobalRef py_retval()

Get the last return value.

Implementation

py_GlobalRef py_retval() {
  return _py_retval();
}