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

String and List Methods by kellrott · Pull Request #61 · go-python/gpython · GitHub

String and List Methods - #61

Merged
ncw merged 5 commits into
go-python:masterfrom
bmeg:string-methods
Jul 1, 2019
Merged

String and List Methods#61
ncw merged 5 commits into
go-python:masterfrom
bmeg:string-methods

Conversation

Copy link
Copy Markdown
Contributor

This PR adds

  • string.startswith
  • string.endswith
  • list.append
  • list.extend

Copy link
Copy Markdown

Codecov Report

Merging #61 into master will increase coverage by 0.06%.
The diff coverage is 81.13%.

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   68.38%   68.44%   +0.06%     
==========================================
  Files          59       59              
  Lines       10435    10488      +53     
==========================================
+ Hits         7136     7179      +43     
- Misses       2794     2803       +9     
- Partials      505      506       +1
Impacted Files Coverage Δ
py/string.go 86.94% <79.48%> (-1.27%) ⬇️
py/list.go 30.05% <85.71%> (+4.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 7f6244e...4ad7898. Read the comment docs.

ncw commented Jul 1, 2019

Copy link
Copy Markdown
Collaborator

That looks great thank you :-)

Will merge now.

ncw merged commit 59f6a86 into go-python:master Jul 1, 2019
kellrott deleted the string-methods branch December 24, 2022 03:20
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