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