Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | Config
A bunch of configuration settings. Uses dictionary access, or object attribute access.
Provides some Convenience functions for different types.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Convenience function to convert the value to a bool. Valid values are and case of true, yes, y, 1 anything else is considered False. If key doesn't exist, returns `default`. |
Convenience function to convert the value to a bool. Valid values are and case of true, yes, y, 1 anything else is considered False. If key doesn't exist, returns `default`. |
Convenience function to convert the value to an int. Valid values are anything `int(x)` will accept. If key doesn't exist or can't be converted to int, returns `default`. |
Convenience function to convert the value to a float. Valid values are anything `float(x)` will accept. If key doesn't exist or can't be converted to float, returns `default`. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:34 2011 | http://epydoc.sourceforge.net |