Searched defs:dict (Results 1 – 6 of 6) sorted by relevance
/scripts/pylib/display-twister-harness/camera_shield/uvc_core/ |
A D | plugin_base.py | 9 def __init__(self, name, config: dict): 39 def create_plugin(self, name: str, config: dict) -> DetectionPlugin:
|
/scripts/ci/ |
A D | guideline_check.py | 27 def parse_coccinelle(contents: str, violations: dict):
|
/scripts/dts/python-devicetree/src/devicetree/ |
A D | edtlib.py | 306 def _merge_includes(self, raw: dict, binding_path: Optional[str]) -> dict: 2302 raw: Optional[dict], 2558 child_filter: Optional[dict], 2596 def _filter_properties(raw: dict, 2599 child_filter: Optional[dict], 2618 def _filter_properties_helper(props: Optional[dict], 2653 def _merge_props(to_dict: dict, 2654 from_dict: dict, 2699 def _bad_overwrite(to_dict: dict, from_dict: dict, prop: str, 2735 options: dict,
|
/scripts/ |
A D | snippets.py | 51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool):
|
/scripts/pylib/twister/twisterlib/ |
A D | harness.py | 117 def translate_record(self, record: dict) -> dict:
|
A D | runner.py | 945 def _add_to_pipeline(self, pipeline, op: str, additionals: dict=None):
|
Completed in 18 milliseconds