Searched refs:DTError (Results 1 – 3 of 3) sorted by relevance
29 class DTError(Exception): class556 except DTError:833 except DTError:1110 except DTError as e:1728 except DTError as e:1839 except DTError as e:1880 except DTError:2097 raise DTError(msg)
87 from devicetree.dtlib import DT, DTError, to_num, to_nums, Type2012 except DTError as e:2035 except DTError as e:2044 except DTError:2050 except DTError:3208 except DTError as e:
111 with pytest.raises(dtlib.DTError) as e:1398 except dtlib.DTError:1886 with pytest.raises(dtlib.DTError) as e: