| Trees | Indices | Help |
|
|---|
|
|
Stores application settings
Part of this code copied from Gimmie (c) Alex Gravely
Copyright: John Stowers, 2006 License: GPLv2
|
|||
|
Settings Class for storing conduit.GLOBALS.settings. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
TYPE_TO_TYPE_NAME = {int: "int", bool: "bool", str: "string",
|
|||
STRING_TO_TYPE = {"int": lambda x: int(x), "bool": lambda x: s
|
|||
TYPE_TO_STRING = {int: lambda x: str(x), bool: lambda x: str(x
|
|||
|
|||
TYPE_TO_TYPE_NAME
|
STRING_TO_TYPE
|
TYPE_TO_STRING
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat Aug 2 22:18:10 2008 | http://epydoc.sourceforge.net |