#include <model.h>
Public Member Functions | |
virtual PyObject * | getattro (const Attribute &) |
PythonLocation (Location *p) | |
virtual int | setattro (const Attribute &, const PythonObject &) |
Definition at line 5472 of file model.h.
frepple::PythonLocation::PythonLocation | ( | Location * | p | ) | [inline] |
PyObject * frepple::PythonLocation::getattro | ( | const Attribute & | attr | ) | [virtual] |
Default getattro method.
Subclasses are expected to implement an override if the type supports gettattro.
Implements frepple::utils::FreppleCategory< PythonLocation, Location >.
Definition at line 108 of file location.cpp.
int frepple::PythonLocation::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< PythonLocation, Location >.
Definition at line 129 of file location.cpp.