Searched refs:Callable (Results 1 – 4 of 4) sorted by relevance
/scripts/dts/python-devicetree/src/devicetree/ |
A D | _private.py | 9 from typing import Any, Callable 13 err_class: Callable[..., Exception]): argument
|
A D | edtlib.py | 76 from collections.abc import Callable, Iterable 3016 spec_len_fn: Callable[[dtlib_Node], int],
|
/scripts/release/ |
A D | list_devicetree_bindings_changes.py | 9 from typing import Any, Callable, Dict, List, Optional, Set, Union 348 start_fn: Callable[[str], Any], 349 end_fn: Callable[[str], Any], 350 change_constructor: Callable[[str, Any, Any], BindingChange] 440 formatter: Callable[[Binding], str]
|
/scripts/utils/ |
A D | pinctrl_nrf_migrate.py | 86 from typing import Callable, Optional, Dict, List 109 callback: Callable, argument
|
Completed in 12 milliseconds