ProtixIT / dataclass-binder

Python library to bind TOML data to dataclasses in a type-safe way
MIT License
13 stars 2 forks source link

Document fields with a `default_factory` as optional in template #35

Closed mthuurne closed 1 year ago

mthuurne commented 1 year ago

For list and dict used as factories we show [] and {} as the default value, respectively. For other factories we just list the field as optional without mentioning the default.

Closes #34