Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |