Home
last modified time | relevance | path

Searched refs:Any (Results 1 – 6 of 6) sorted by relevance

/scripts/pylib/twister/twisterlib/
A Dconfig_parser.py8 from typing import Any
50 testsuite_valid_keys: dict[str, dict[str, Any]] = {
93 def __init__(self, filename: str, schema: dict[str, Any]) -> None: argument
100 self.data: dict[str, Any] = {}
101 self.scenarios: dict[str, Any] = {}
102 self.common: dict[str, Any] = {}
104 def load(self) -> dict[str, Any]:
114 def _cast_value(self, value: Any, typestr: str) -> Any: argument
150 def get_scenario(self, name: str) -> dict[str, Any]:
163 d: dict[str, Any] = {}
/scripts/dts/python-devicetree/src/devicetree/
A D_private.py9 from typing import Any, Callable
11 def _slice_helper(node: Any, # avoids a circular import with dtlib argument
A Dedtlib.py79 from typing import TYPE_CHECKING, Any, NoReturn, Optional, Union
188 raw: Any = None, require_compatible: bool = True, argument
324 merged: dict[str, Any] = {}
576 self._raw: dict[str, Any] = self.binding.raw["properties"][name]
1401 raw: dict[str, Any] = {
2415 handler_fn: Any = _err
2867 def _add_names(node: dtlib_Node, names_ident: str, objs: Any) -> None: argument
A Ddtlib.py24 from typing import TYPE_CHECKING, Any, NamedTuple, NoReturn, Optional, Union
688 def _add_marker(self, marker_type: _MarkerType, data: Any = None): argument
/scripts/release/
A Dlist_devicetree_bindings_changes.py9 from typing import Any, Callable, Dict, List, Optional, Set, Union
87 start: Any
88 end: Any
93 start: Any
94 end: Any
99 start: Any
100 end: Any
348 start_fn: Callable[[str], Any], argument
349 end_fn: Callable[[str], Any],
350 change_constructor: Callable[[str, Any, Any], BindingChange]
/scripts/dts/python-devicetree/tests/
A Dtest_edtlib_binding_init.py57 from typing import Any
131 expect_const: Any | None = None,
132 expect_default: Any | None = None,

Completed in 22 milliseconds