elpescado

Results 2 issues of elpescado

Consider: ``` from dataclasses import dataclass @dataclass class Widget: val: str = "test" x = from_dict(data_class=Widget, data={}). # No `val` at all, default value is used print(x) y = from_dict(data_class=Widget,...

I've been playing with probability attribute for notes and this got me some new ideas how to further improve this feature. I'd like to: 1. Rename "probability" note attribute to...

enhancement
contains patch
manual