Re: [PATCH v7 06/21] dts: logger and utils docstring update

2023-11-20 Thread Juraj Linkeš
On Mon, Nov 20, 2023 at 5:23 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/logger.py | 72 ++--- > > dt

Re: [PATCH v7 06/21] dts: logger and utils 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/logger.py | 72 ++--- dts/framework/utils.py | 88 + 2 files ch

[PATCH v7 06/21] dts: logger and utils 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/logger.py | 72 ++--- dts/framework/utils.py | 88 + 2 files changed, 113 insertions(+), 47 deletions(-) d