- Notifications
You must be signed in to change notification settings - Fork675
chore: have _create_attrs & _update_attrs be a namedtuple#1366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedMar 7, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #1366 +/- ##==========================================+ Coverage 79.92% 79.94% +0.01%========================================== Files 73 73 Lines 4010 4013 +3 ==========================================+ Hits 3205 3208 +3 Misses 805 805
Flags with carried forward coverage won't be shown.Click here to find out more.
Continue to review full report at Codecov.
|
JohnVillalovos commentedMar 10, 2021
Breaking this up into smaller pieces. |
Uh oh!
There was an error while loading.Please reload this page.
JohnVillalovos commentedApr 13, 2021
@nejch Updated this with your feedback. |
Convert _create_attrs and _update_attrs to use a NamedTuple(RequiredOptional) to help with code readability. Update all code touse the NamedTuple.
nejch commentedApr 17, 2021
Thanks a lot for the hard work here, looks a lot clearer than the old code! Sorry for the delay, again :) |
JohnVillalovos commentedApr 17, 2021
Oh! Whoops on my part leaving the Thanks for the merge! |
Uh oh!
There was an error while loading.Please reload this page.
Convert _create_attrs and _update_attrs to use a NamedTuple
(RequiredOptional) to help with code readability. Update all code to
use the NamedTuple.