diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-01-21 22:34:49 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-01-21 22:34:49 +0100 |
commit | 04bb201c6162e81dbdefcb1cff9595180fa66917 (patch) | |
tree | 4b3f54ea2764029aaae9b3a95548a35c1a78888e /bsfs | |
parent | 9310610a7edf4dcbb934aedcecff1d11348197bb (diff) | |
download | bsfs-04bb201c6162e81dbdefcb1cff9595180fa66917.tar.gz bsfs-04bb201c6162e81dbdefcb1cff9595180fa66917.tar.bz2 bsfs-04bb201c6162e81dbdefcb1cff9595180fa66917.zip |
minor notes
Diffstat (limited to 'bsfs')
-rw-r--r-- | bsfs/graph/result.py | 5 |
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 |