- Notifications
You must be signed in to change notification settings - Fork749
__name__ and __signature__ for .NET methods#1133
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 commentedMay 14, 2020 • 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 #1133 +/- ##======================================= Coverage 86.66% 86.66% ======================================= Files 1 1 Lines 300 300 ======================================= Hits 260 260 Misses 40 40
Continue to review full report at Codecov.
|
Uh oh!
There was an error while loading.Please reload this page.
@lostmsu Can you update this with the latest |
@filmor this is not a breaking change, so as you wish. |
After looking at it a bit, I'd rather merge this later (maybe backporting to 2.5) because relying on standard library modules is always a bit tricky (cf. the |
codecov-commenter commentedMay 29, 2020 • 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 #1133 +/- ##==========================================- Coverage 86.53% 86.25% -0.28%========================================== Files 1 1 Lines 297 291 -6 ==========================================- Hits 257 251 -6 Misses 40 40
Continue to review full report at Codecov.
|
825c647
to266ee3f
CompareUh oh!
There was an error while loading.Please reload this page.
What does this implement/fix? Explain your changes.
This implements
__name__
and__signature__
Python members for reflected .NET methods, that enables them to be analyzed withinspect
module.Does this close any currently open issues?
N/A
Any other comments?
Some Python libraries validate passed callables by using
inspect
module. This makes it possible for .NET methods to pass this kind of validation.Checklist
Check all those that are applicable and complete.
AUTHORS
CHANGELOG