aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs')
-rw-r--r--bsfs/graph/result.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bsfs/graph/result.py b/bsfs/graph/result.py
index 3009801..688929b 100644
--- a/bsfs/graph/result.py
+++ b/bsfs/graph/result.py
@@ -20,6 +20,11 @@ __all__: typing.Sequence[str] = (
## code ##
+# FIXME: node, path, value seem counter-intuitive:
+# node.get(..., node=True) removes the node part.
+# wouldn't it make more sense if node=True keeps the node part
+# and node=False drops it?
+
def to_list_view(
triples,
# aggregators