Package arvados :: Module arvfile :: Class WrappableFile
[hide private]
[frames] | no frames]

Class WrappableFile

source code

builtins.object --+
                  |
                 WrappableFile

An interface to an Arvados file that's compatible with io wrappers.

Instance Methods [hide private]
 
__init__(self, f) source code
 
close(self) source code
 
flush(self) source code
 
read(self, *args, **kwargs) source code
 
readable(self) source code
 
readinto(self, *args, **kwargs) source code
 
seek(self, *args, **kwargs) source code
 
seekable(self) source code
 
tell(self) source code
 
writable(self) source code
 
write(self, *args, **kwargs) source code