We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 554f41d + 0557866 commit c55ea42Copy full SHA for c55ea42
cylc/flow/cfgspec/globalcfg.py
@@ -893,7 +893,10 @@ def default_for(
893
894
This should be a multiline string containing Python expressions
895
to rank and/or filter hosts. All `psutil`_ attributes are
896
- available for use in these expressions.
+ available for use in these expressions, e.g, ``cpu_percent``.
897
+ You can supply these with positional arguments e.g,
898
+ ``cpu_percent(1)``, however, keyword arguments will not work
899
+ e.g, ``cpu_percent(interval=1)``.
900
901
.. rubric:: Ranking
902
0 commit comments