Package mrv :: Module conf :: Class DictConfigINIFile
[hide private]
[frames] | no frames]

Class DictConfigINIFile

source code

StringIO.StringIO --+    
                    |    
        DictToINIFile --+
                        |
           object --+   |
                    |   |
ExtendedFileInterface --+
                        |
                       DictConfigINIFile

dict file object implementation of ExtendedFileInterface
Instance Methods [hide private]
 
isClosed(self)
Returns: True if the file has been closed, and needs to be reopened for writing
source code
 
name(self)
We do not have a real name
source code
 
openForWriting(self)
We cannot be opened for writing, and are always read-only
source code

Inherited from DictToINIFile: __init__

Inherited from StringIO.StringIO: __iter__, close, flush, getvalue, isatty, next, read, readline, readlines, seek, tell, truncate, write, writelines

Inherited from ExtendedFileInterface: isWritable

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

Class Methods [hide private]

Inherited from DictToINIFile (private): _checkstr

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

isClosed(self)

source code 
Returns:
True if the file has been closed, and needs to be reopened for writing
Overrides: ExtendedFileInterface.isClosed
(inherited documentation)

name(self)

source code 
We do not have a real name
Returns:
a name for the file object
Overrides: ExtendedFileInterface.name

openForWriting(self)

source code 
We cannot be opened for writing, and are always read-only
Overrides: ExtendedFileInterface.openForWriting