Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/python3....
File: sysmodule.h
[0] Fix | Delete
/* System module interface */
[1] Fix | Delete
[2] Fix | Delete
#ifndef Py_SYSMODULE_H
[3] Fix | Delete
#define Py_SYSMODULE_H
[4] Fix | Delete
#ifdef __cplusplus
[5] Fix | Delete
extern "C" {
[6] Fix | Delete
#endif
[7] Fix | Delete
[8] Fix | Delete
PyAPI_FUNC(PyObject *) PySys_GetObject(const char *);
[9] Fix | Delete
PyAPI_FUNC(int) PySys_SetObject(const char *, PyObject *);
[10] Fix | Delete
#ifndef Py_LIMITED_API
[11] Fix | Delete
PyAPI_FUNC(PyObject *) _PySys_GetObjectId(_Py_Identifier *key);
[12] Fix | Delete
PyAPI_FUNC(int) _PySys_SetObjectId(_Py_Identifier *key, PyObject *);
[13] Fix | Delete
#endif
[14] Fix | Delete
[15] Fix | Delete
PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
[16] Fix | Delete
PyAPI_FUNC(void) PySys_SetArgvEx(int, wchar_t **, int);
[17] Fix | Delete
PyAPI_FUNC(void) PySys_SetPath(const wchar_t *);
[18] Fix | Delete
[19] Fix | Delete
PyAPI_FUNC(void) PySys_WriteStdout(const char *format, ...)
[20] Fix | Delete
Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
[21] Fix | Delete
PyAPI_FUNC(void) PySys_WriteStderr(const char *format, ...)
[22] Fix | Delete
Py_GCC_ATTRIBUTE((format(printf, 1, 2)));
[23] Fix | Delete
PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
[24] Fix | Delete
PyAPI_FUNC(void) PySys_FormatStderr(const char *format, ...);
[25] Fix | Delete
[26] Fix | Delete
PyAPI_FUNC(void) PySys_ResetWarnOptions(void);
[27] Fix | Delete
PyAPI_FUNC(void) PySys_AddWarnOption(const wchar_t *);
[28] Fix | Delete
PyAPI_FUNC(void) PySys_AddWarnOptionUnicode(PyObject *);
[29] Fix | Delete
PyAPI_FUNC(int) PySys_HasWarnOptions(void);
[30] Fix | Delete
[31] Fix | Delete
PyAPI_FUNC(void) PySys_AddXOption(const wchar_t *);
[32] Fix | Delete
PyAPI_FUNC(PyObject *) PySys_GetXOptions(void);
[33] Fix | Delete
[34] Fix | Delete
#ifndef Py_LIMITED_API
[35] Fix | Delete
PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *);
[36] Fix | Delete
#endif
[37] Fix | Delete
[38] Fix | Delete
#ifdef __cplusplus
[39] Fix | Delete
}
[40] Fix | Delete
#endif
[41] Fix | Delete
#endif /* !Py_SYSMODULE_H */
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function