Thanks to visit codestin.com
Credit goes to github.com

Skip to content

String and List Methods #61

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

Merged
merged 5 commits into from
Jul 1, 2019
Merged

String and List Methods #61

merged 5 commits into from
Jul 1, 2019

Conversation

kellrott
Copy link
Contributor

This PR adds

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

@codecov-io
Copy link

Codecov Report

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

Impacted file tree graph

@@            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
Copy link
Collaborator

ncw commented Jul 1, 2019

That looks great thank you :-)

Will merge now.

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