FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

dict: Implement __contains__ of dict by corona10 · Pull Request #65 · go-python/gpython · GitHub

dict: Implement __contains__ of dict - #65

Merged
corona10 merged 1 commit into
go-python:masterfrom
corona10:dict_contain
Jul 25, 2019
Merged

dict: Implement __contains__ of dict#65
corona10 merged 1 commit into
go-python:masterfrom
corona10:dict_contain

Conversation

Copy link
Copy Markdown
Collaborator

Implement contains of dict for better performance.

ISSUE: #58

corona10 requested a review from ncw July 24, 2019 05:05

Copy link
Copy Markdown
Collaborator Author

@ncw Can you take a look please?

ncw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

The code looks great :-)

Can you add some tests?

Copy link
Copy Markdown

Codecov Report

Merging #65 into master will increase coverage by <.01%.
The diff coverage is 71.42%.

@@            Coverage Diff             @@
##           master      #65      +/-   ##
==========================================
+ Coverage   68.44%   68.45%   +<.01%     
==========================================
  Files          59       59              
  Lines       10488    10495       +7     
==========================================
+ Hits         7179     7184       +5     
- Misses       2803     2804       +1     
- Partials      506      507       +1
Impacted Files Coverage Δ
py/dict.go 63.82% <71.42%> (+0.61%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 749f0be...b50377a. Read the comment docs.

Copy link
Copy Markdown
Collaborator Author

@ncw Updated!

ncw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM :-)

corona10 merged commit c5b8c68 into go-python:master Jul 25, 2019
corona10 deleted the dict_contain branch July 25, 2019 10:14
drew-512 mentioned this pull request Feb 16, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL