Package zzub :: Class Output
[hide private]
[frames] | no frames]

Class Output

source code

object --+
         |
        Output

Instance Methods [hide private]
 
__init__(self, handle)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__hash__(self)
hash(x)
source code
 
__eq__(self, other) source code
 
__ne__(self, other) source code
 
destroy(self)
Closes an output stream created with zzub_create_output_XXX.
source code
 
write(self, buffer, bytes) source code
 
position(self) source code
 
seek(self, pos, mode) source code

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
_new_from_handle(cls, handle) source code
Static Methods [hide private]
 
create_file(filename)
Create an output stream that writes to a file.
source code
Class Variables [hide private]
  _as_parameter_ = None
  _hash = 0
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, handle)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)