Macros | |
#define | _PY_READ_MAX |
#define | _PY_WRITE_MAX |
#define | _Py_stat_struct |
Functions | |
PyAPI_FUNC (_Py_error_handler) _Py_GetErrorHandler(const char *errors) | |
PyAPI_FUNC (int) _Py_DecodeLocaleEx(const char *arg | |
PyAPI_FUNC (PyObject *) _Py_device_encoding(int) | |
PyAPI_FUNC (FILE *) _Py_wfopen(const wchar_t *path | |
PyAPI_FUNC (Py_ssize_t) _Py_read(int fd | |
PyAPI_FUNC (wchar_t *) _Py_wgetcwd(wchar_t *buf | |
Variables | |
wchar_t ** | wstr |
wchar_t size_t * | wlen |
wchar_t size_t const char ** | reason |
wchar_t size_t const char int | current_locale |
wchar_t size_t const char int _Py_error_handler | errors |
char ** | str |
char size_t * | error_pos |
struct stat * | status |
int | flags |
const wchar_t * | mode |
void * | buf |
void size_t | count |
wchar_t ** | abspath_p |
size_t | buflen |
int | inheritable |
int int * | atomic_flag_works |
int | blocking |
#define _PY_READ_MAX |
#define _PY_WRITE_MAX |
#define _Py_stat_struct |
enum _Py_error_handler |
PyAPI_FUNC | ( | _Py_error_handler | ) | const |
PyAPI_FUNC | ( | int | ) | const |
PyAPI_FUNC | ( | PyObject * | ) |
PyAPI_FUNC | ( | FILE * | ) | const |
PyAPI_FUNC | ( | Py_ssize_t | ) |
PyAPI_FUNC | ( | wchar_t * | ) |
wchar_t** wstr |
Py_ssize_t size_t * wlen |
const char * reason |
char size_t const char int _Py_error_handler errors |
char** str |
size_t * error_pos |
struct stat * status |
int flags |
int mode |
const void* buf |
const void size_t count |
wchar_t** abspath_p |
size_t buflen |
int inheritable |
int blocking |