Namespaces | |
| convert | |
| entity | |
| factory | |
| pool | |
| signalBase | |
| signalCaster | |
Classes | |
| class | ExceptionPython |
| Generic error class. More... | |
| class | Interpreter |
| This class implements a basis python interpreter. More... | |
Functions | |
| PyObject * | plug (PyObject *, PyObject *args) |
| plug a signal into another one. More... | |
| PyObject * | enableTrace (PyObject *, PyObject *args) |
| std::string | parse_python_exception () |
| bool | HandleErr (std::string &err, PyObject *traceback_format_exception, PyObject *globals_, int PythonInputType) |
Variables | |
| PyObject * | dgpyError |
| static const std::string | pythonPrefix [5] |
| PyObject* dynamicgraph::python::enableTrace | ( | PyObject * | , |
| PyObject * | args | ||
| ) |
| bool dynamicgraph::python::HandleErr | ( | std::string & | err, |
| PyObject * | traceback_format_exception, | ||
| PyObject * | globals_, | ||
| int | PythonInputType | ||
| ) |
References dgDEBUG, dgDEBUGIN, and dgDEBUGOUT.
Referenced by dynamicgraph::python::Interpreter::python().
| std::string dynamicgraph::python::parse_python_exception | ( | ) |
Referenced by dynamicgraph::python::Interpreter::runPythonFile().
| PyObject* dynamicgraph::python::plug | ( | PyObject * | , |
| PyObject * | args | ||
| ) |
plug a signal into another one.
References CATCH_ALL_EXCEPTIONS, and SignalBase< int >::plug().
| PyObject * dynamicgraph::python::dgpyError |
Referenced by initwrap().
|
static |
Referenced by dynamicgraph::python::Interpreter::Interpreter().