/Zephyr-Core-3.5.0/scripts/ |
D | github_helpers.py | 21 from typing import Dict 26 def get_github_credentials(ask: bool = True) -> Dict[str, str]:
|
D | snippets.py | 20 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/ |
D | list_devicetree_bindings_changes.py | 9 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/ |
D | edtlib.py | 73 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 …]
|
D | dtlib.py | 23 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/ |
D | domain.py | 49 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
|
D | warnings_filter.py | 27 from typing import Dict, Any, List, Optional 122 def setup(app: Sphinx) -> Dict[str, Any]:
|
D | manifest_projects_table.py | 30 from typing import Any, Dict, List 132 def setup(app: Sphinx) -> Dict[str, Any]:
|
D | external_content.py | 39 from typing import Dict, Any, List, Optional 165 def setup(app: Sphinx) -> Dict[str, Any]:
|
D | doxyrunner.py | 52 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__.py | 37 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/ |
D | stm32cubeprogrammer.py | 15 from typing import List, Optional, ClassVar, Dict 23 _RESET_MODES: ClassVar[Dict[str, str]] = {
|
D | core.py | 29 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/ |
D | pinctrl_nrf_migrate.py | 86 from typing import Callable, Optional, Dict, List 110 signals: Dict[str, str], 457 config: DeviceConfiguration, signals: Dict[str, str], line: str
|