-
-
Notifications
You must be signed in to change notification settings - Fork 76
Enhance nativescript.py type hint #129
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #129 +/- ##
==========================================
+ Coverage 85.95% 85.99% +0.04%
==========================================
Files 25 25
Lines 2698 2707 +9
Branches 519 522 +3
==========================================
+ Hits 2319 2328 +9
Misses 285 285
Partials 94 94
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
UPDATE. improve to_dict() type hint UPDATE. improve to_dict() conditional readability
…efore and after fields
…ipt class' subclass
Due to the dynamic nature of Updates
|
… by individual conditional check UPDATE. simplify from_dict() method UPDATE. create a JSON_TAG_TO_INT map
I was able to avoid all the Also, identified that |
Goal
nativescript
module type hint to improve code predictability and maintainability