Home | Trees | Indices | Help |
---|
|
object --+ | file.BufferedFile --+ | ChannelFile
A file-like wrapper around `.Channel`. A ChannelFile is created by calling `Channel.makefile`.
.. warning:
To correctly emulate the file object created from a socket's `makefile <python:socket.socket.makefile>` method, a `.Channel` and its `.ChannelFile` should be able to be closed or garbage-collected independently. Currently, closing the `ChannelFile` does nothing but flush the buffer.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Returns a string representation of this object, for debugging.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri May 30 12:33:11 2014 | http://epydoc.sourceforge.net |