Macros | |
| #define | Py_CPYTHON_PYLIFECYCLE_H | 
Typedefs | |
| typedef void(* | PyOS_sighandler_t) (int) | 
Functions | |
| PyAPI_FUNC (void) Py_Initialize(void) | |
| PyAPI_FUNC (int) Py_FinalizeEx(void) | |
| PyAPI_FUNC (PyThreadState *) Py_NewInterpreter(void) | |
| PyAPI_FUNC (wchar_t *) Py_GetProgramName(void) | |
| PyAPI_FUNC (const char *) Py_GetVersion(void) | |
| PyAPI_FUNC (PyOS_sighandler_t) PyOS_getsig(int) | |
Variables | |
| wchar_t ** | argv | 
| #define Py_CPYTHON_PYLIFECYCLE_H | 
| PyOS_sighandler_t | 
| PyAPI_FUNC | ( | void | ) | 
| PyAPI_FUNC | ( | int | ) | 
| PyAPI_FUNC | ( | PyThreadState * | ) | 
| PyAPI_FUNC | ( | wchar_t * | ) | 
| PyAPI_FUNC | ( | const char * | ) | 
| PyAPI_FUNC | ( | PyOS_sighandler_t | ) | 
| char** argv |