#include "PreCompiled.h"#include <Python.h>#include <Base/Console.h>#include <Base/Interpreter.h>#include "StartConfiguration.h"Go to the source code of this file.
Functions | |
| void | initStart () |
| PyDoc_STRVAR (module_Start_doc,"This module is the Start module.") | |
Variables | |
| struct PyMethodDef | Start_methods [] |
| void initStart | ( | ) |
Definition at line 42 of file AppStart.cpp.
References Base::Console(), and Start_methods.
| PyDoc_STRVAR | ( | module_Start_doc | , | |
| "This module is the Start module." | ||||
| ) |
| struct PyMethodDef Start_methods[] |
Definition at line 31 of file AppStartPy.cpp.
Referenced by initStart().
1.6.1