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