Tzah Mazuz
Tzah Mazuz
**Environment:** - OS: Windows 10 - Java version: ``` java --version openjdk 13.0.2 2020-01-14 OpenJDK Runtime Environment (build 13.0.2+8) OpenJDK 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing) ``` -...
**Describe the bug** When one of the dataclass's fields is a `field(init=False, default_factory=list/dict/whatever)` Using `from_dict` to load an instance of the dataclass results in the field being overridden to the...
I would like to be able to include certain parts of the code only in development/production environment. The idea resembles how a C compiler's preprocessor uses #ifdef sections. I know...