Home
last modified time | relevance | path

Searched refs:to_strings (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/tests/
Dtest_dtlib.py1787 actual = dt.root.props[prop].to_strings()
1792 dt.root.props[prop].to_strings()
/Zephyr-Core-3.7.0/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py1617 return prop.to_strings()
2333 compats = dt_node.props["compatible"].to_strings()
2512 for compat in node.props["compatible"].to_strings()}
2861 names = node.props[full_names_ident].to_strings()
Ddtlib.py457 def to_strings(self) -> List[str]: member in Property