-
Notifications
You must be signed in to change notification settings - Fork 95
builtin: Implement min/max builtin function #48
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 @@
## master #48 +/- ##
==========================================
+ Coverage 66.02% 66.09% +0.06%
==========================================
Files 58 58
Lines 10246 10332 +86
==========================================
+ Hits 6765 6829 +64
- Misses 3005 3017 +12
- Partials 476 486 +10
Continue to review full report at Codecov.
|
@ncw PTAL |
@ncw gentle ping~ |
Sorry, I got half way through reviewing this and got distracted! |
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.
See inline :-)
@ncw |
ef5aebe
to
7cc4cdb
Compare
PTAL |
7cc4cdb
to
87685b8
Compare
This CL implementation is not 100% accurate since, keyfunc and default value parameter is not supported. We can support it later CL.
87685b8
to
f3b9939
Compare
@ncw gentle ping~ :) |
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.
Hey that looks great now :-)
Apologies for the delay!
Please merge.
ParseTupleAndKeywords