Open MatthieuDartiailh opened 8 months ago
All members are declared as field specifiers which allow to use them in addition of an annotation.
I am considering adding other field specifiers to:
I am considering something along the following lines to stay close to the existing syntax.
class A(Atom): a: int = member(default=1).tag(a=1)
Any opinion @frmdstryr
Closes #173
I still use the "old" method of just using members directly but this looks fine to me.
Merging #210 (8b8e513) into main (d6a1b11) will decrease coverage by 1.74%. The diff coverage is 83.80%.
1.74%
83.80%
All members are declared as field specifiers which allow to use them in addition of an annotation.
I am considering adding other field specifiers to:
I am considering something along the following lines to stay close to the existing syntax.
Any opinion @frmdstryr
Closes #173