Package conary :: Package repository :: Module filecontents :: Class FromFile
[hide private]
[frames] | no frames]

Class FromFile

source code

  object --+    
           |    
FileContents --+
               |
              FromFile

Instance Methods [hide private]
 
copy(self) source code
 
get(self) source code
 
__init__(self, f, compressed=False)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from FileContents: isCompressed

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  f

Inherited from FileContents: compressed

Inherited from object: __class__

Method Details [hide private]

copy(self)

source code 
Overrides: FileContents.copy

get(self)

source code 
Overrides: FileContents.get

__init__(self, f, compressed=False)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: FileContents.__init__