#include <model.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonCalendarOperation (CalendarOperation *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Static Public Member Functions | |
static int | initialize (PyObject *m) |
Definition at line 5696 of file model.h.
frepple::PythonCalendarOperation::PythonCalendarOperation | ( | CalendarOperation * | p | ) | [inline] |
PyObject * frepple::PythonCalendarOperation::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleClass< PythonCalendarOperation, PythonCalendar, CalendarOperation >.
Definition at line 644 of file calendar.cpp.
static int frepple::PythonCalendarOperation::initialize | ( | PyObject * | m | ) | [inline, static] |
int frepple::PythonCalendarOperation::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::FreppleClass< PythonCalendarOperation, PythonCalendar, CalendarOperation >.
Definition at line 653 of file calendar.cpp.