Module rexec :: Class FileDelegate
[hide private]
[frames] | no frames]

_ClassType FileDelegate

FileBase --+
           |
          FileDelegate

Instance Methods [hide private]
 
__init__(self, mod, name)
 
__iter__(self, *args)
 
close(self, *args)
 
fileno(self, *args)
 
flush(self, *args)
 
isatty(self, *args)
 
read(self, *args)
 
readline(self, *args)
 
readlines(self, *args)
 
seek(self, *args)
 
tell(self, *args)
 
write(self, *args)
 
writelines(self, *args)
 
xreadlines(self, *args)
Class Variables [hide private]
  m = 'close'

Inherited from FileBase: ok_file_methods