#include <model.h>
Public Member Functions | |
PythonProblem (Problem *p) | |
PyObject * | str () |
Static Public Member Functions | |
static int | initialize (PyObject *m) |
static PyObject * | proxy (Object *p) |
Public Attributes | |
Problem * | obj |
Definition at line 5393 of file model.h.
frepple::PythonProblem::PythonProblem | ( | Problem * | p | ) | [inline] |
int frepple::PythonProblem::initialize | ( | PyObject * | m | ) | [static] |
Definition at line 477 of file problem.cpp.
static PyObject* frepple::PythonProblem::proxy | ( | Object * | p | ) | [inline, static] |
PyObject* frepple::PythonProblem::str | ( | ) | [inline, virtual] |
Default str method.
Subclasses are expected to implement an override if the type supports conversion to a string.
Reimplemented from frepple::utils::PythonExtensionBase.