Skip to content

Commit

Permalink
#77 - doc loader_callback in README
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Oct 20, 2024
1 parent e8761c7 commit 0bb33f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ kwargs
- ``mergeoverride``: optional function to customize merge for primitive values
(see `PR #76 <https://github.com/zerwes/hiyapyco/pull/76>`_.)

- ``loader_callback``: optional custom callback function to load yaml files.
The callback function shall behave like ``yaml.load_all`` from PyYAML,
taking a IO stream as input and returning a list of objects.
Using this method, for example `ruamel <https://pypi.org/project/ruamel.yaml/>`_
can be used instead of PyYAML etc.

interpolation
~~~~~~~~~~~~~

Expand Down

0 comments on commit 0bb33f5

Please sign in to comment.