comparison docs/changes.rst @ 525:be6ef72c55d5

Change Configuration.expand_variable() to Configuration.interpolate_variables()
author Franz Glasner <f.glasner@feldmann-mg.com>
date Mon, 20 Dec 2021 12:43:17 +0100
parents 45ad19fe1e5b
children
comparison
equal deleted inserted replaced
524:09b8e28b7a44 525:be6ef72c55d5
22 - Removed some unneeded keyword arguments from methods -- also public ones: 22 - Removed some unneeded keyword arguments from methods -- also public ones:
23 23
24 * Configuration.expand_ref_uri() 24 * Configuration.expand_ref_uri()
25 * Configuration.expand_if_reference() 25 * Configuration.expand_if_reference()
26 * Configuration._lookupref() 26 * Configuration._lookupref()
27
28 - Change methodname from `expand_variable()` to
29 :py:meth:`configmix.config.Configuration.interpolate_variables`
27 30
28 31
29 0.19 32 0.19
30 ---- 33 ----
31 34