|
| PyAPI_FUNC (int) _PyWideStringList_CheckConsistency(const PyWideStringList *list) |
|
| PyAPI_FUNC (void) _PyWideStringList_Clear(PyWideStringList *list) |
|
| PyAPI_FUNC (PyStatus) _PyWideStringList_Extend(PyWideStringList *list |
|
| PyAPI_FUNC (PyObject *) _PyWideStringList_AsList(const PyWideStringList *list) |
|
| PyAPI_FUNC (const wchar_t *) _Py_get_xoption(const PyWideStringList *xoptions |
|
| PyAPI_FUNC (const char *) _Py_GetEnv(int use_environment |
|
void | _PyPreCmdline_Clear (_PyPreCmdline *cmdline) |
|
PyStatus | _PyPreCmdline_SetArgv (_PyPreCmdline *cmdline, const _PyArgv *args) |
|
PyStatus | _PyPreCmdline_SetConfig (const _PyPreCmdline *cmdline, PyConfig *config) |
|
PyStatus | _PyPreCmdline_Read (_PyPreCmdline *cmdline, const PyPreConfig *preconfig) |
|
void | _PyPreConfig_InitFromConfig (PyPreConfig *preconfig, const PyConfig *config) |
|
PyStatus | _PyPreConfig_InitFromPreConfig (PyPreConfig *preconfig, const PyPreConfig *config2) |
|
PyObject * | _PyPreConfig_AsDict (const PyPreConfig *preconfig) |
|
void | _PyPreConfig_GetConfig (PyPreConfig *preconfig, const PyConfig *config) |
|
PyStatus | _PyPreConfig_Read (PyPreConfig *preconfig, const _PyArgv *args) |
|
PyStatus | _PyPreConfig_Write (const PyPreConfig *preconfig) |
|
PyStatus | _PyConfig_Copy (PyConfig *config, const PyConfig *config2) |
|
PyStatus | _PyConfig_InitPathConfig (PyConfig *config) |
|
PyStatus | _PyConfig_Write (const PyConfig *config, struct pyruntimestate *runtime) |
|
PyStatus | _PyConfig_SetPyArgv (PyConfig *config, const _PyArgv *args) |
|