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