Package atmopy :: Package talos :: Module config
[show private | hide private]
[frames | no frames]

Module atmopy.talos.config

Classes
Config Instances of Config store a complete configuration extracted from a configuration file.

Function Summary
  write_configuration_file(config, filename)
Writes a configuration file.

Function Details

write_configuration_file(config, filename)

Writes a configuration file.
Parameters:
config - The configuration is a list of fields which are described by a list with two or three element:
  1. The field name (string);
  2. The section (string, optional);
  3. The value of the field (any type that can be converted to a string).

           (type=list of list.)
filename - configuration-file name.
           (type=string)

Generated by Epydoc 2.1 on Tue May 19 10:37:12 2009 http://epydoc.sf.net