Home
Trees
Indices
Help
Conary API Documentation
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
Home
Trees
Indices
Help
Conary API Documentation
Generated by Epydoc 3.0beta1 on Thu Jan 8 16:06:17 2009
http://epydoc.sourceforge.net