Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | config: T5228: add get_config_defaults options to match get_config_dict | John Estabrook | |
For those cases not covered by automatic merging of defaults in get_config_dict(..., with_defaults=True), get_config_defaults should take arguments consistent with those of get_config_dict, for ease of merging results. | |||
2023-06-22 | config: T5228: use local _dict_merge to avoid circular import | John Estabrook | |
2023-06-22 | xml: T5218: fix error and simplify logic in recursive option | John Estabrook | |
2023-05-19 | xml: T5218: return defaults only for child leaf-nodes, unless recursive | John Estabrook | |
Operations get_defaults and get_config_defaults return default values only for nodes with parent in the config dict (get_config_defaults) or at the path (get_defaults). To include default values of decendent nodes, set option recursive=True. | |||
2023-05-17 | xml: T5218: add operations on xml cache | John Estabrook | |
2023-05-11 | xml: T5218: generate xml cache from reference_tree | John Estabrook | |