-
Notifications
You must be signed in to change notification settings - Fork 1.8k
simplify python function definitions #477
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
simplify python function definitions #477
Conversation
|
Thanks a lot, @jimexist . This makes sense, however, I have a question, though: pyo3 uses rusts' docs ( |
Codecov Report
@@ Coverage Diff @@
## master #477 +/- ##
=======================================
Coverage 75.95% 75.95%
=======================================
Files 154 154
Lines 26349 26349
=======================================
Hits 20014 20014
Misses 6335 6335 Continue to review full report at Codecov.
|
maybe this will work? |
|
|
error is likely not relevant, merge after fix in #468 |
11e788f to
74b25a4
Compare
74b25a4 to
03432e5
Compare
Which issue does this PR close?
Closes #479
Depends on #483
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?