Home | Trees | Indices | Help |
---|
|
object --+ | _BaseStream --+ | TruncatingStream
stream wrapper, which truncates after a limit
|
|||
|
|||
|
|||
int
|
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
int
|
current The number of bytes received |
||
str
|
lastchar The last character written |
||
int
|
maxsize The maximum size in bytes |
||
int
|
trunced The number of lines truncated (maybe actual-1) |
||
Inherited from |
|
|||
Inherited from |
|
Initialization
|
Writes a string up to the limit
|
Returns the number of truncated lines
|
Writes without truncation
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Sep 25 21:07:33 2011 | http://epydoc.sourceforge.net |