Home
last modified time | relevance | path

Searched refs:variables (Results 1 – 3 of 3) sorted by relevance

/misc/config_tools/scenario_config/
A Dvalidator.py104 def format_paths(unified_node, parent_map, report_on, variables): argument
105 …elems = elementpath.select(unified_node, report_on, variables = variables, parser = elementpath.XP…
128 context = XPathContext(elem, variables={'value': None})
151 variables = {k.obj.source.strip("$"): v for k,v in counter_example.items()}
153 …mat_paths(unified_node, parent_map, anno.elem.get("{https://projectacrn.org}report-on"), variables)
160 …result = elementpath.select(unified_node, expr.strip("{}"), variables = variables, parser = elemen…
A Ddefault_populator.py33 …existing_values = set(elementpath.select(self.xml_etree, unique_among, variables={"parent": xml_pa…
A Delementpath_overlay.py163 private_context.variables.update(x for x in zip(varnames, results))

Completed in 5 milliseconds