Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-24 | Merge pull request #2010 from jestabro/revise-config-dict | John Estabrook | |
config: T5228: simplify get_config_dict and add argument with_defaults | |||
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-26 | xml: T5242: add cli_defined boolean test for node existing under path | John Estabrook | |
If non_local=False (default), cli_defined returns True if the node is a child of the path in interface-definitions; otherwise True if node is a descendent of the path. | |||
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 | |