zephyr/scripts/dts/python-devicetree/src/devicetree
Martí Bolívar 3a43e1b643 edtlib: make Range a type-annotated dataclass
Converting this to a dataclass will make it easier to type annotate.
Adding type annotations is incremental progress towards type checking
the entire module.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2023-04-17 08:58:14 -07:00
..
__init__.py
_private.py edtlib: extract _slice() code to new helper module 2023-02-27 17:44:45 +01:00
dtlib.py dtlib: fix docstring 2023-04-17 08:58:14 -07:00
edtlib.py edtlib: make Range a type-annotated dataclass 2023-04-17 08:58:14 -07:00
grutils.py