PyFileObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Members

Mixins

__anonymous
mixin PyObject_HEAD
Undocumented in source.

Variables

f_binary
int f_binary;
Undocumented in source.
f_buf
char* f_buf;
Undocumented in source.
f_bufend
char* f_bufend;
Undocumented in source.
f_bufptr
char* f_bufptr;
Undocumented in source.
f_close
int function(FILE*) f_close;
Undocumented in source.
f_encoding
PyObject* f_encoding;
Undocumented in source.
f_errors
PyObject* f_errors;
Undocumented in source.
f_fp
FILE* f_fp;
Undocumented in source.
f_mode
PyObject* f_mode;
Undocumented in source.
f_name
PyObject* f_name;
Undocumented in source.
f_newlinetypes
int f_newlinetypes;
Undocumented in source.
f_setbuf
char* f_setbuf;
Undocumented in source.
f_skipnextlf
int f_skipnextlf;
Undocumented in source.
f_softspace
int f_softspace;
Undocumented in source.
f_univ_newline
int f_univ_newline;
Undocumented in source.
readable
int readable;
Undocumented in source.
unlocked_count
int unlocked_count;
Undocumented in source.
weakreflist
PyObject* weakreflist;
Undocumented in source.
writable
int writable;
Undocumented in source.

Mixed In Members

From mixin PyObject_HEAD

__anonymous
mixin _PyObject_HEAD_EXTRA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_refcnt
Py_ssize_t ob_refcnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ob_type
PyTypeObject* ob_type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta