Methods
|
|
__init__
consolidate
flush
write
|
|
__init__
|
__init__ (
self,
type_,
list,
)
|
|
consolidate
|
consolidate ( self )
Concatenate adjacent messages of same type into one.
Greatly cuts down on the number of elements, increasing
network transport friendliness considerably.
|
|
flush
|
flush ( self )
|
|
write
|
write ( self, text )
|
|