| 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 Thu May 7 11:49:47 2015 | http://epydoc.sourceforge.net |