Package conary :: Package repository :: Module datastore :: Class Tee
[hide private]
[frames] | no frames]

Class Tee

source code

The Tee class takes two file objects. Reads are done on the input file object. All data read is written to the output file object.

Instance Methods [hide private]
 
__init__(self, inf, outf) source code
 
read(self, *args, **kw) source code
 
seek(self, *args, **kw) source code
 
tell(self, *args, **kw) source code