Mercurial > hg > WSGraph
diff wsgraph/model.py @ 11:7b8e40eda563
more notes to self
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 10 Dec 2012 17:16:21 -0800 |
parents | 81d68388ec97 |
children | ee45f44394a0 |
line wrap: on
line diff
--- 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):