Home | Trees | Index | Help |
---|
Package tunnel :: Module cfgparser |
|
Parseur de fichier d'options ---------------------------- .. some code borrowed from Guido's ``ConfigParser.py` module
Classes | |
---|---|
ConfigParser |
Parseur de fichier ini sans [section] exemple d'utilisation : >>> from cfgparser import ConfigParser >>> c = ConfigParser() >>> c.read("etab.eol") >>> c.items() [('tutu', '"tata et dfsdf"'), ('toto', 'titi tutu ahahaha')] |
Exceptions | |
---|---|
Error |
Base class for ConfigParser exceptions. |
ParsingError |
Raised when a configuration file does not follow legal syntax. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Fri Jan 21 08:23:10 2005 | http://epydoc.sf.net |