#include "Python.h"
#include "compile.h"
#include "eval.h"
#include "node.h"
#include "fileops.h"


Go to the source code of this file.
Namespaces | |
| namespace | data |
Classes | |
| class | python |
| Grant simplified access to the Python interpreter. More... | |
Variables | |
| PyObject * | data::globals |
| Global namespace to use in scripts. | |
Definition in file python_class.h.
1.5.6