Cantera  3.1.0a1
PyFuncInfo Class Reference

A class to hold information needed to call Python functions from delegated methods (see class Delegator). More...

#include <funcWrapper.h>

Detailed Description

A class to hold information needed to call Python functions from delegated methods (see class Delegator).

Definition at line 16 of file funcWrapper.h.

Public Member Functions

 PyFuncInfo (const PyFuncInfo &other)
 
PyObject * func ()
 
void setFunc (PyObject *f)
 
PyObject * exceptionType ()
 
void setExceptionType (PyObject *obj)
 
PyObject * exceptionValue ()
 
void setExceptionValue (PyObject *obj)
 

Private Attributes

PyObject * m_func
 
PyObject * m_exception_type
 
PyObject * m_exception_value
 

The documentation for this class was generated from the following file: