#include <iostream>
#include "dynamic-graph/debug.h"
#include "dynamic-graph/python/interpreter.hh"
#include "link-to-python.hh"
#include <boost/python/errors.hpp>
#include <boost/python/object.hpp>
#include <boost/python/handle.hpp>
#include <boost/python/extract.hpp>
#include <boost/python/str.hpp>
#include <boost/python/import.hpp>
Namespaces | |
dynamicgraph | |
dynamicgraph::python | |
Functions | |
std::ofstream | dg_debugfile ("/tmp/dynamic-graph-traces.txt", std::ios::trunc &std::ios::out) |
std::string | dynamicgraph::python::parse_python_exception () |
bool | dynamicgraph::python::HandleErr (std::string &err, PyObject *traceback_format_exception, PyObject *globals_, int PythonInputType) |
Variables | |
static const std::string | dynamicgraph::python::pythonPrefix [5] |
std::ofstream dg_debugfile | ( | "/tmp/dynamic-graph-traces.txt" | , |
std::ios::trunc &std::ios::out | |||
) |