OutputStream


Attributes

a softspace

<property object at 0xb7600504>

a encoding

<property object at 0xb7600374>

a newlines

<property object at 0xb7600414>

a name

<property object at 0xb7600194>

a mode

<property object at 0xb760152c>

Methods

f __init__(self, stream) ...

f raw_write(self, text) ...

f write(self, text) ...

f writelines(self, lines) ...

f flush(self) ...

f isatty(self, *args, **kwargs) ...

f tell(self, *args, **kwargs) ...

f truncate(self, *args, **kwargs) ...

f readinto(self, *args, **kwargs) ...

f readline(self, *args, **kwargs) ...

f readlines(self, *args, **kwargs) ...

f next(self, *args, **kwargs) ...

f read(self, *args, **kwargs) ...

f close(self, *args, **kwargs) ...

f fileno(self, *args, **kwargs) ...

f xreadlines(self, *args, **kwargs) ...

See the source for more information.