#include <dlfcn.h>
#include <iostream>
#include "dynamic-graph/debug.h"
#include "dynamic-graph/python/interpreter.hh"
Go to the source code of this file.
Namespaces | |
dynamicgraph | |
dynamicgraph::python | |
Functions | |
std::ofstream | dg_debugfile ("/tmp/dynamic-graph-traces.txt", std::ios::trunc &std::ios::out) |
bool | dynamicgraph::python::HandleErr (std::string &err, PyObject *globals_, int PythonInputType) |
Variables | |
static const std::string | dynamicgraph::python::pythonPrefix [8] |
std::ofstream dg_debugfile | ( | "/tmp/dynamic-graph-traces.txt" | , |
std::ios::trunc &std::ios::out | |||
) |