changeset 11:7b8e40eda563

more notes to self
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 10 Dec 2012 17:16:21 -0800
parents 81d68388ec97
children 421d5119e324
files wsgraph/model.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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):