twrote basic SimpleConfig docstring - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit c4955ebddda1924eba994d0256ebf7737826004a
DIR parent 86da219fb9a1bb48d83fb4902550fa0432d24353
HTML Author: Jimbo77 <onlineregular@gmail.com>
Date: Sun, 18 Nov 2012 22:29:32 -0800
wrote basic SimpleConfig docstring
Diffstat:
M lib/simple_config.py | 7 +++++++
1 file changed, 7 insertions(+), 0 deletions(-)
---
DIR diff --git a/lib/simple_config.py b/lib/simple_config.py
t@@ -7,7 +7,14 @@ from version import ELECTRUM_VERSION, SEED_VERSION
class SimpleConfig:
+"""
+The SimpleConfig class is responsible for handling operations involving
+configuration files. The constructor reads and stores the system and
+user configurations from electrum.conf into seperate dictionaries within
+a SimpleConfig instance then reads the wallet file.
+
+"""
def __init__(self, options={}):
# system conf, readonly