-
Notifications
You must be signed in to change notification settings - Fork 322
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
Add lightning argument parser #246
Conversation
Codecov Report
@@ Coverage Diff @@
## master #246 +/- ##
==========================================
+ Coverage 88.31% 88.49% +0.17%
==========================================
Files 70 71 +1
Lines 3407 3485 +78
==========================================
+ Hits 3009 3084 +75
- Misses 398 401 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Hello @nateraw! Thanks for updating this PR.
Comment last updated at 2020-09-23 01:10:58 UTC |
windows build is broken for unrelated reason it seems. we'll fix that in separate PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work Nate!
else: | ||
root_cls = cls | ||
|
||
blacklisted_args = ["self", "args", "kwargs"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this shall be taken from the Function/method footprint
Before submitting
What does this PR do?
Copy code over from #3537 to proof out the idea here before implementing directly in lightning.
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃