Home
last modified time | relevance | path

Searched refs:Dict (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/scripts/
Dgithub_helpers.py21 from typing import Dict
26 def get_github_credentials(ask: bool = True) -> Dict[str, str]:
Dsnippets.py20 from typing import Dict, Iterable, List, Set
34 Appends = Dict[str, List[str]]
49 board2appends: Dict[str, Appends] = field(default_factory=_new_board2appends)
/Zephyr-Core-3.5.0/scripts/release/
Dlist_devicetree_bindings_changes.py9 from typing import Any, Callable, Dict, List, Optional, Set, Union
46 Compat2Binding = Dict[Compat, Binding]
47 Binding2Changes = Dict[Binding, List[BindingChange]]
55 vnd2added: Dict[str, Compat2Binding]
56 vnd2removed: Dict[str, Compat2Binding]
57 vnd2changes: Dict[str, Binding2Changes]
118 vnd2added: Dict[str, Compat2Binding] = \
125 vnd2removed: Dict[str, Compat2Binding] = \
148 ) -> Dict[str, Compat2Binding]:
151 ret: Dict[str, Compat2Binding] = defaultdict(dict)
[all …]
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py73 from typing import Any, Callable, Dict, Iterable, List, NoReturn, \
164 def __init__(self, path: Optional[str], fname2path: Dict[str, str],
196 self._fname2path: Dict[str, str] = fname2path
228 self.prop2specs: Dict[str, 'PropertySpec'] = {}
231 self.specifier2cells: Dict[str, List[str]] = {}
290 merged: Dict[str, Any] = {}
532 self._raw: Dict[str, Any] = self.binding.raw["properties"][name]
1007 self.props: Dict[str, Property] = {}
1068 def children(self) -> Dict[str, 'Node']:
1085 self._child2index: Dict[str, int] = {}
[all …]
Ddtlib.py23 from typing import Any, Dict, Iterable, List, \
94 self.props: Dict[str, 'Property'] = {}
95 self.nodes: Dict[str, 'Node'] = {}
308 self.offset_labels: Dict[str, int] = {}
756 self.alias2node: Dict[str, Node] = {}
757 self.label2node: Dict[str, Node] = {}
758 self.label2prop: Dict[str, Property] = {}
759 self.label2prop_offset: Dict[str, Tuple[Property, int]] = {}
760 self.phandle2node: Dict[int, Node] = {}
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Ddomain.py49 from typing import Any, Dict, Iterator, List, Tuple
222 object_types: Dict[str, ObjType] = {
226 initial_data: Dict[str, Any] = {"code-samples": {}}
235 def merge_domaindata(self, docnames: List[str], otherdata: Dict) -> None: argument
Dwarnings_filter.py27 from typing import Dict, Any, List, Optional
122 def setup(app: Sphinx) -> Dict[str, Any]:
Dmanifest_projects_table.py30 from typing import Any, Dict, List
132 def setup(app: Sphinx) -> Dict[str, Any]:
Dexternal_content.py39 from typing import Dict, Any, List, Optional
165 def setup(app: Sphinx) -> Dict[str, Any]:
Ddoxyrunner.py52 from typing import List, Dict, Optional, Any
137 fmt_vars: Optional[Dict[str, str]] = None,
383 def setup(app: Sphinx) -> Dict[str, Any]:
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/kconfig/
D__init__.py37 from typing import Any, Dict, Iterable, List, Optional, Tuple
67 def kconfig_load(app: Sphinx) -> Tuple[kconfiglib.Kconfig, Dict[str, str]]:
186 initial_data: Dict[str, Any] = {"options": []}
192 def merge_domaindata(self, docnames: List[str], otherdata: Dict) -> None: argument
397 context: Dict, argument
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dstm32cubeprogrammer.py15 from typing import List, Optional, ClassVar, Dict
23 _RESET_MODES: ClassVar[Dict[str, str]] = {
Dcore.py29 from typing import Dict, List, NamedTuple, NoReturn, Optional, Set, Type, \
135 self.options: Dict[str, Union[str, int]] = {}
/Zephyr-Core-3.5.0/scripts/utils/
Dpinctrl_nrf_migrate.py86 from typing import Callable, Optional, Dict, List
110 signals: Dict[str, str],
457 config: DeviceConfiguration, signals: Dict[str, str], line: str