Home | Trees | Indices | Help |
|
---|
|
_pyio.IOBase --+ | _pyio.BufferedIOBase --+ | _pyio._BufferedIOMixin --+ | _pyio.BufferedWriter --+ | CP_BufferedWriter
Faux file object attached to a socket object.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Write the given buffer to the IO stream. Return the number of bytes written, which is never less than len(b). Raises BlockingIOError if the buffer is full and the underlying raw stream cannot accept more data at the moment.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Sep 20 20:31:10 2013 | http://epydoc.sourceforge.net |