-
-
Notifications
You must be signed in to change notification settings - Fork 32k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
adorilson
wants to merge
45
commits into
python:main
Choose a base branch
from
adorilson:str_methods_2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+338
−66
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
5508700
[Doc] Added snippet code to str.join method
adorilson e388d45
[Doc] Added snippet code to str.ljust method
adorilson d8407ba
[Doc] Added snippet code to str.rjust method
adorilson 08b88ef
[Doc] Added 'See also' in str.lstrip and str.rstrip methods from one …
adorilson 52e3a6b
[Doc] Added snippet code to str.maketrans method
adorilson dee059c
[Doc] Added snippet code to str.translate method
adorilson 1671497
[Doc] Added snippet code to str.partition method
adorilson c832623
[Doc] Added snippet code to str.replace method
adorilson 0be8170
[Doc] Added snippet code to str.rfind method
adorilson ff65bd2
[Doc] Added snippet code to str.rindex method
adorilson 322c88c
[Doc] Added snippet code to str.rpartition method
adorilson 3a473df
[DOC] minor change
adorilson b653693
[Doc] Added snippet code to str.rsplit method
adorilson 1b412cb
[Doc] Added snippet code to str.startswith method
adorilson fb56441
[Doc] Added snippet code to str.swapcase method
adorilson 04a5212
[Doc] Added snippet code to str.upper method
adorilson 8771775
[DOC] Added snipped code in str.capitalize
adorilson f2e224c
[DOC] Add snippet code in str.casefold and str.lower methods
adorilson 1d39f92
[DOC] Added snippet code in str.center method
adorilson b3a70b6
[DOC] Added snippet code in str.count method
adorilson 37477f8
[DOC] fix typo
adorilson f9a7293
[DOC] Added snippet code in str.encode method
adorilson 2e54cb0
[DOC] Added snippet code to str.endswith method
adorilson 96d9bf6
[DOC] Added snippet code with \n to str.expandtabs method
adorilson d1dc7e0
[DOC] Added snippet code to str.index method
adorilson 8661d8e
[DOC] Added snippet code to str.isalnum method
adorilson 9e1f289
[DOC] Added snippet code in str.isalpha method
adorilson 9e361d8
[DOC] Added snippet code in str.isascii method
adorilson 09a463a
[DOC] Added snippet code to str.isdecimal method
adorilson 641de5c
[Doc] Added snippet code to str.isdigit method
adorilson eae1564
[Doc] Added snippet code to str.islower method
adorilson 58331b8
[Doc] Added snippet code to str.isnumeric method
adorilson d7ce39c
[Doc] Added snippet code to str.isprintable method
adorilson b86cefd
[Doc] Added snippet code to str.isspace method
adorilson 3df630c
[Doc] Adde snippet code to str.istitle method
adorilson ae42fea
Minor changes (formatting and typo)
adorilson 4676daa
[Doc] Making lint happy
adorilson 7642f31
Merge branch 'main' into str_methods_2
adorilson de11c93
Update Doc/library/stdtypes.rst
adorilson 1695b93
[DOC] Added some 'see also' to str methods
adorilson ad6b56b
[DOC] Moved 'For example' to the end of the previous paragraph
adorilson e4e1405
[DOC] Putting a space after # in comments on str methods
adorilson 2dfa3f2
[DOC] Fixed inconsistent literal block quoting
adorilson 27cc327
fix other comments
hauntsaninja 13c01d7
Merge branch 'main' into str_methods_2
adorilson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Doc] Added snippet code to str.isdigit method
- Loading branch information
commit 641de5ce904de81cbe29f97e4b6e82624d7604db
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.