Skip to content

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

@corona10

Copy link
Copy Markdown
Collaborator

Implement contains of dict for better performance.

ISSUE: #58

@corona10
corona10 requested a review from ncwJuly 24, 2019 05:05
@corona10

Copy link
Copy Markdown
CollaboratorAuthor

@ncw Can you take a look please?

@ncwncw 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.

The code looks great :-)

Can you add some tests?

@codecov-io

Copy link
Copy Markdown

Codecov Report

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

Impacted file tree graph

@@ 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 FilesCoverage Δ
py/dict.go63.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.

@corona10

Copy link
Copy Markdown
CollaboratorAuthor

@ncw Updated!

ncw
ncw approved these changes Jul 25, 2019

@ncwncw 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.

LGTM :-)

@corona10
corona10 merged commit c5b8c68 into go-python:masterJul 25, 2019
@corona10
corona10 deleted the dict_contain branch July 25, 2019 10:14
@drew-512drew-512 mentioned this pull request Feb 16, 2022
Sign up for freeto 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

@corona10@codecov-io@ncw