We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256be07 commit d84218fCopy full SHA for d84218f
bindings/experimental/distrdf/python/DistRDF/Node.py
@@ -232,7 +232,8 @@ def graph_prune(self):
232
self.children = children
233
return self.is_prunable()
234
235
-
+# TODO: RangesBuilder class should be removed and its methods should become
236
+# free functions.
237
class RangesBuilder(object):
238
239
def __init__(self, headnode):
0 commit comments