|
Adonthell
0.4
|
Defines the python class. This file is named this way so it doesn't conflicts with Python.h Python's include file on non-case aware systems. More...
#include <locale>#include "Python.h"#include "compile.h"#include "eval.h"#include "node.h"#include "fileops.h"

Go to the source code of this file.
Classes | |
| class | python |
| Grant simplified access to the Python interpreter. More... | |
Variables | |
| PyObject * | data::globals |
| Global namespace to use in scripts. More... | |
Defines the python class. This file is named this way so it doesn't conflicts with Python.h Python's include file on non-case aware systems.
Definition in file python_class.h.
| PyObject * data::globals |
Global namespace to use in scripts.
Definition at line 33 of file python_class.cc.