Workout With Friends
Stay fit with a little motivation
|
Namespaces | |
namespace | routes |
Classes | |
class | Settings |
Storage container for settings, which attempts to guess the type, e.g., number, boolean, etc. More... |
Functions | |
def | globalize_settings |
Variables | |
tuple | BOOLS = ('t', 'f', 'true', 'false', 'on', 'off') |
tuple | settings = Settings() |
def wowf.config.globalize_settings | ( | config | ) |
Definition at line 17 of file __init__.py.
tuple wowf.config.BOOLS = ('t', 'f', 'true', 'false', 'on', 'off') |
Definition at line 14 of file __init__.py.
tuple wowf.config.settings = Settings() |
Definition at line 40 of file __init__.py.