Searched refs:DTError (Results 1 – 3 of 3) sorted by relevance
29 class DTError(Exception): class579 except DTError:855 except DTError:1136 except DTError as e:1762 except DTError as e:1873 except DTError as e:1914 except DTError:2131 raise DTError(msg)
89 from devicetree.dtlib import DT, DTError, to_num, to_nums, Type2037 except DTError as e:2060 except DTError as e:2069 except DTError:2075 except DTError:3241 except DTError as e:
111 with pytest.raises(dtlib.DTError) as e:1398 except dtlib.DTError:1886 with pytest.raises(dtlib.DTError) as e: