Skip to content

Commit

Permalink
Update ibridges/meta.py
Browse files Browse the repository at this point in the history
Co-authored-by: chStaiger <c.staiger@uu.nl>
  • Loading branch information
qubixes and chStaiger authored Nov 12, 2024
1 parent b3cb28c commit 02f3b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibridges/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def __str__(self) -> str:
return "\n".join(f" - {meta}" for meta in meta_list)

def find_all(self, key = ..., value = ..., units = ...):
"""Find all metadata entries.
"""Find all metadata entries belonging to the data object/collection.
Wildcards can be used by leaving the key/value/units at default.
"""
Expand Down

0 comments on commit 02f3b07

Please sign in to comment.