We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b96816 commit 67ada62Copy full SHA for 67ada62
1 file changed
tests/test_hyperyaml.py
@@ -179,6 +179,7 @@ def test_load_hyperpyyaml(tmpdir):
179
180
# Applyref tag
181
yaml = """
182
+ # 1. Pass the positional and keyword arguments at the same time. Like `!!python/object/apply:module.function` in pyyaml
183
c: !applyref:sorted
184
_args:
185
- [3, 4, 1, 2]
0 commit comments