py_retval method

py_GlobalRef py_retval()

Get the last return value. Please note that py_retval() cannot be used as input argument.

Implementation

py_GlobalRef py_retval() {
  return _py_retval();
}