istream
-
class istream
Bases:
basic_ios< char >
Inheritance diagram
-
int get(void)
-
PyObject *read(Py_ssize_t size = -1)
-
PyObject *read1(Py_ssize_t size = -1)
-
PyObject *readall(void)
-
std::streamsize readinto(PyObject *b)
-
PyObject *readline(Py_ssize_t size = -1)
-
PyObject *readlines(Py_ssize_t hint = -1)
-
void seekg(std::streamoff pos)
-
void seekg(std::streamoff off, std::ios_base::seekdir dir)
-
std::streamoff tellg(void)
-
int get(void)