| Trees | Indices | Help |
|
|---|
|
|
For all file_like_objs passed on initialization, provides a convenient way to call any of file's methods (on all of them).
E.g. The following would cause 'test' to be written into two files, as well as to stdout:
import sys f1 = open('file1','w') f2 = open('file2','w') m = MultiFile(f1,f2,sys.stdout) m.write('test')
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 5 14:59:39 2010 | http://epydoc.sourceforge.net |