ostream

class ostream

Bases: basic_ios< char >

Inheritance diagram

Inheritance diagram of ostream

void flush(void)
void put(char c)
void seekp(std::streamoff pos)
void seekp(std::streamoff off, std::ios_base::seekdir dir)
std::streamoff tellp(void)
void write(PyObject *b)
void writelines(PyObject *lines)