Re: [PATCH v7 04/21] dts: exceptions docstring update

2023-11-20 Thread Juraj Linkeš
On Mon, Nov 20, 2023 at 5:22 PM Yoan Picchi wrote: > > On 11/15/23 13:09, Juraj Linkeš wrote: > > Format according to the Google format and PEP257, with slight > > deviations. > > > > Signed-off-by: Juraj Linkeš > > --- > > dts/framework/__init__.py | 12 - > > dts/framework/exception.py

Re: [PATCH v7 04/21] dts: exceptions docstring update

2023-11-20 Thread Yoan Picchi
On 11/15/23 13:09, Juraj Linkeš wrote: Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš --- dts/framework/__init__.py | 12 - dts/framework/exception.py | 106 + 2 files changed, 83 insertions(+),

[PATCH v7 04/21] dts: exceptions docstring update

2023-11-15 Thread Juraj Linkeš
Format according to the Google format and PEP257, with slight deviations. Signed-off-by: Juraj Linkeš --- dts/framework/__init__.py | 12 - dts/framework/exception.py | 106 + 2 files changed, 83 insertions(+), 35 deletions(-) diff --git a/dts/framework