# HG changeset patch # User Ralph Meijer # Date 1113317519 0 # Node ID 0d7b95fb2549e03fffd4a92f2aacabbe848597a5 # Parent c4ee16bc48e5833f3d002e8ae6f6a96424e08db9 Add documentation to set_configuration(). diff -r c4ee16bc48e5 -r 0d7b95fb2549 idavoll/storage.py --- a/idavoll/storage.py Tue Apr 12 12:34:25 2005 +0000 +++ b/idavoll/storage.py Tue Apr 12 14:51:59 2005 +0000 @@ -112,7 +112,15 @@ """ def set_configuration(self, options): - """ """ + """ Set node's configuration. + + The elements of {options} will set the new values for those + configuration items. This means that only changing items have to + be given. + + @param options: a dictionary of configuration options. + @returns: a deferred that fires upon success. + """ def get_affiliation(self, entity): """ Get affiliation of entity with this node.