|
Orbits
1
|
Go to the source code of this file.
Classes | |
| struct | PyFileObject |
Macros | |
| #define | PyFile_Check(op) PyObject_TypeCheck(op, &PyFile_Type) |
| #define | PyFile_CheckExact(op) (Py_TYPE(op) == &PyFile_Type) |
| #define | PY_STDIOTEXTMODE "b" |
| #define | _PyVerify_fd(A) (1) /* dummy */ |
| #define | _PyIsSelectable_fd(FD) (1) |
Functions | |
| PyAPI_DATA (PyTypeObject) PyFile_Type | |
| PyAPI_FUNC (PyObject *) PyFile_FromString(char * | |
| char * | PyAPI_FUNC (void) PyFile_SetBufSize(PyObject * |
| PyAPI_FUNC (int) PyFile_SetEncoding(PyObject * | |
| PyAPI_FUNC (FILE *) PyFile_AsFile(PyObject *) | |
| PyAPI_DATA (const char *) Py_FileSystemDefaultEncoding | |
| char * | Py_UniversalNewlineFgets (char *, int, FILE *, PyObject *) |
| size_t | Py_UniversalNewlineFread (char *, size_t, FILE *, PyObject *) |
| int | _PyFile_SanitizeMode (char *mode) |
Variables | |
| char | int |
| const char const char char * | errors |
| char char int | FILE |
| #define _PyIsSelectable_fd | ( | FD | ) | (1) |
| #define _PyVerify_fd | ( | A | ) | (1) /* dummy */ |
| #define PY_STDIOTEXTMODE "b" |
| #define PyFile_Check | ( | op | ) | PyObject_TypeCheck(op, &PyFile_Type) |
| #define PyFile_CheckExact | ( | op | ) | (Py_TYPE(op) == &PyFile_Type) |
| int _PyFile_SanitizeMode | ( | char * | mode | ) |
| PyAPI_DATA | ( | PyTypeObject | ) |
| PyAPI_DATA | ( | const char * | ) |
|
read |
| char* PyAPI_FUNC | ( | void | ) |
|
read |
| PyAPI_FUNC | ( | FILE * | ) |
| const char const char char* errors |
| char char int FILE |
| int |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.