# HG changeset patch # User Jeff Hammel # Date 1355188581 28800 # Node ID 7b8e40eda563c916f7d278511275a7cb8cb1c973 # Parent 81d68388ec9718f712724011e92860315cad34a4 more notes to self diff -r 81d68388ec97 -r 7b8e40eda563 wsgraph/model.py --- a/wsgraph/model.py Mon Dec 10 17:14:49 2012 -0800 +++ b/wsgraph/model.py Mon Dec 10 17:16:21 2012 -0800 @@ -12,6 +12,9 @@ When setting a node, a value of `None` will pop the value from the nodal values """ + # TODO: values should not be **kwargs as you could conceivably want + # to set a node or edge to an empty dict + # Instead, should be (self, name, values=None) @abstractmethod def nodes(self):