Package conary :: Package lib :: Module util :: Class ExtendedFile
[hide private]
[frames] | no frames]

Class ExtendedFile

source code

    object --+    
             |    
ExtendedFdopen --+
                 |
                ExtendedFile

Instance Methods [hide private]
 
close(self) source code
 
__init__(self, path, mode='r', buffering=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from ExtendedFdopen: __del__, fileno, pread, read, seek, tell, truncate, write

Inherited from ExtendedFdopen (private): _sendInfo

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

Static Methods [hide private]

Inherited from ExtendedFdopen (private): _fromInfo

Class Variables [hide private]

Inherited from ExtendedFdopen (private): _tag

Properties [hide private]
  fObj
  name

Inherited from ExtendedFdopen: fd

Inherited from object: __class__

Method Details [hide private]

close(self)

source code 
Overrides: ExtendedFdopen.close

__init__(self, path, mode='r', buffering=True)
(Constructor)

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