#include <SUITApp_init_python.hxx>
Static Public Member Functions | |
| static void | init_python (int argc, char **argv) |
Static Public Attributes | |
| static PyThreadState * | _gtstate = NULL |
| static PyInterpreterState * | _interp = NULL |
| static PyObject * | salome_shared_modules_module = NULL |
| static bool | initialized = false |
| void SUIT_PYTHON::init_python | ( | int | argc, |
| char ** | argv | ||
| ) | [static] |
References _gtstate, _interp, and initialized.
PyThreadState * SUIT_PYTHON::_gtstate = NULL [static] |
PyInterpreterState * SUIT_PYTHON::_interp = NULL [static] |
PyObject * SUIT_PYTHON::salome_shared_modules_module = NULL [static] |
bool SUIT_PYTHON::initialized = false [static] |