Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-134082: Modernize docstrings instring.Formatter
#134083
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
Uh oh!
There was an error while loading.Please reload this page.
Changes from1 commit
9ef4e56
9aa1a87
b3815b5
3a3de36
b2a33a7
ffc59ef
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -293,10 +293,10 @@ def parse(self, format_string): | ||
Return an iterable that contains tuples of the form | ||
(literal_text, field_name, format_spec, conversion). | ||
*literal_text* can be zero length; | ||
picnixz marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
picnixz marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
*field_name* can be None, in which case there's no object | ||
to format and output; otherwise, it is looked up and | ||
formatted with *format_spec* and *conversion*. | ||
""" | ||
return _string.formatter_parser(format_string) | ||
Uh oh!
There was an error while loading.Please reload this page.