Skip to content

Commit 859ec72

Browse files
committed
python: doc args to OutputFormat filter()
Problem: There is no documentation for the args to the OutputFormat filter() function. Add inline documentation.
1 parent 98e5965 commit 859ec72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/bindings/python/flux/util.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,9 @@ def filter(self, items):
960960
961961
(`?+:` requests both actions: filter out field if it is empty for all
962962
items, if not expand to maximum width)
963+
964+
Args:
965+
items (iterable): list of items to consider for output
963966
"""
964967

965968
# Build a list of all format strings that have one of the width

0 commit comments

Comments
 (0)