Re: [PATCH v7 18/21] dts: sut and tg nodes docstring update

2023-11-22 Thread Juraj Linkeš
On Wed, Nov 22, 2023 at 2:13 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/testbed_model/sut_node.py | 224

Re: [PATCH v7 18/21] dts: sut and tg nodes docstring update

2023-11-22 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/testbed_model/sut_node.py | 224 dts/framework/testbed_model/tg_node.py | 42 +++-- 2 files changed, 173

[PATCH v7 18/21] dts: sut and tg nodes 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/testbed_model/sut_node.py | 224 dts/framework/testbed_model/tg_node.py | 42 +++-- 2 files changed, 173 insertions(+), 93 deletions(-) diff --git a