Home | Trees | Indices | Help |
---|
|
object --+ | file.BufferedFile --+ | ChannelFile
A file-like wrapper around Channel. A ChannelFile is created by calling Channel.makefile.
Bug:
To correctly emulate the file object created from a socket's
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 | |||
|
|||
str |
|
||
Inherited from Inherited from |
Class Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Returns a string representation of this object, for debugging.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Oct 31 10:21:40 2011 | http://epydoc.sourceforge.net |