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