Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-106318: Add examples to str method entries#105670

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
adorilson wants to merge45 commits intopython:main
base:main
Choose a base branch
Loading
fromadorilson:str_methods_2

Conversation

adorilson
Copy link
Contributor

@adorilsonadorilson commentedJun 11, 2023
edited by bedevere-bot
Loading

This PR improvements the str method documentation, adding snippet code in the follows methods and other minor improvements:

  • capitalize
  • casefold
  • center
  • count
  • encode
  • endswith
  • expandtabs
  • find
  • index
  • isalnum
  • isalpha
  • isascii
  • isdecimal
  • isdigit
  • isidentifier
  • islower
  • isnumeric
  • isprintable
  • isspace
  • istitle
  • join
  • ljust
  • lower
  • lstrip
  • maketrans
  • partition
  • replace
  • rindex
  • rjust
  • rpartition
  • rsplit
  • rstrip
  • startswith
  • swapcase
  • translate
  • upper

📚 Documentation preview 📚:https://cpython-previews--105670.org.readthedocs.build/

arhadthedev reacted with thumbs up emoji
@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phraseI have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@adorilson
Copy link
ContributorAuthor

I have made the requested changes; please review again

@bedevere-bot
Copy link

Thanks for making the requested changes!

@terryjreedy: please review the changes made to this pull request.

@AA-TurnerAA-Turner self-requested a reviewSeptember 21, 2023 04:07
@ezio-melottiezio-melotti self-requested a reviewFebruary 13, 2024 00:42
blaisep added a commit to blaisep/cpython that referenced this pull requestMay 22, 2025
blaisep added a commit to blaisep/cpython that referenced this pull requestMay 22, 2025
blaisep added a commit to blaisep/cpython that referenced this pull requestMay 22, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@terryjreedyterryjreedyAwaiting requested review from terryjreedy

@AA-TurnerAA-TurnerAwaiting requested review from AA-Turner

@ezio-melottiezio-melottiAwaiting requested review from ezio-melotti

@hauntsaninjahauntsaninjaAwaiting requested review from hauntsaninja

Assignees
No one assigned
Labels
awaiting changesdocsDocumentation in the Doc dirskip news
Projects
Status: Todo
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

5 participants
@adorilson@bedevere-bot@hauntsaninja@terryjreedy@willingc

[8]ページ先頭

©2009-2025 Movatter.jp