Changeset - 89afd38433e8
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 12 years ago 2013-03-26 08:24:06
drewp@bigasterisk.com
1 file changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/rdfdb/autodepgraphapi.py
Show inline comments
 
@@ -7,8 +7,15 @@ class AutoDepGraphApi(object):
 
    """
 
    knockoutjs-inspired API for automatically building a dependency
 
    tree while reading the graph. See addHandler().
 

	
 
    This design is more aggressive than knockoutjs, since the obvious
 
    query methods like value() all error if you're not in a watched
 
    section of code. This is supposed to make it easier to notice
 
    dependency mistakes, especially when porting old code to use
 
    SyncedGraph.
 
    
 
    mixin for SyncedGraph, separated here because these methods work together
 
    This class is a mixin for SyncedGraph, separated here because
 
    these methods work together
 
    """
 

	
 
    def __init__(self):
0 comments (0 inline, 0 general)