Closed MatthieuDartiailh closed 1 year ago
Merging #195 (24e89ce) into main (79cfa2f) will increase coverage by
0.04%
. The diff coverage is97.95%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
I will merge by the end of the week. @frmdstryr I am still curious about your view on this since I believe it can be relevant for some of your use cases.
Looks fine to me
Previously AtomMeta created the class too early for this to be of any value. Using
__init_subclass__
can be quite useful to customize member in an automated manner as illustrated in the new example.@frmdstryr this may be of interest to you.