PythonErrorInterface Class Reference

#include <cpython.h>

Inheritance diagram for PythonErrorInterface:

详细描述

A PythonError indicates that the last Python call failed. If the error has a cause, it is an AggregatedError , which is a collection of PythonTracebackErrors. If a function returns this error, the exception indicator in Python and remains until it is manually cleared or if a function explicitly describes the meaning of this error differently.

私有成员函数

  MAXON_INTERFACE ( PythonErrorInterface , MAXON_REFERENCE_COPY_ON_WRITE , "net.maxon.python.interface.pythonerror")

成员函数文档编制

◆  MAXON_INTERFACE()

MAXON_INTERFACE ( PythonErrorInterface   ,
MAXON_REFERENCE_COPY_ON_WRITE   ,
"net.maxon.python.interface.pythonerror"   
)
private