Re: [PATCH v1 2/4] dts: unify class inheritance from object

2024-04-30 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

Re: [PATCH v1 2/4] dts: unify class inheritance from object

2024-04-23 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1 2/4] dts: unify class inheritance from object

2024-04-23 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v1 2/4] dts: unify class inheritance from object

2024-04-23 Thread Juraj Linkeš
There are two ways we specify that a class inherits from object - implicitly and explicitly. There's no need to explicitly specify that a class inherits from object and is in fact mostly a remnant from Python2. Leaving it implicit is the standard in Python3 and offers a small bonus in cases where s