#include "SPythonInterpreter.hxx"#include <Python.h>#include <iostream>#include <fstream>#include <float.h>#include <limits>
Functions | |
| void | runInFileAndQuit (PyObject *glob, PyObject *loc, const char *fileName) |
| void | runInInteractiveMode (PyObject *glob, PyObject *loc) |
| int | main (int argc, char *argv[]) |
Variables | |
| static const int | MAX_LINE = 1024 |
| void runInFileAndQuit | ( | PyObject * | glob, |
| PyObject * | loc, | ||
| const char * | fileName | ||
| ) |
| void runInInteractiveMode | ( | PyObject * | glob, |
| PyObject * | loc | ||
| ) |
References ParaMEDMEM.SPythonInterpreter.run(), and TestMedCorba7.s.
References runInFileAndQuit(), and runInInteractiveMode().