#include <model.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonOperation (Operation *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 5788 of file model.h.
frepple::PythonOperation::PythonOperation | ( | Operation * | p | ) | [inline] |
PyObject * frepple::PythonOperation::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleCategory< PythonOperation, Operation >.
Definition at line 1056 of file operation.cpp.
int frepple::PythonOperation::setattro | ( | const Attribute & | attr, | |
const PythonObject & | field | |||
) | [virtual] |
Default setattro method.
Subclasses are expected to implement an override if the type supports settattro.
Implements frepple::utils::FreppleCategory< PythonOperation, Operation >.
Definition at line 1097 of file operation.cpp.