Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
692929bf
Commit
692929bf
authored
Oct 31, 2016
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pydoc topics for 3.6.0b3
parent
77256c4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
Lib/pydoc_data/topics.py
Lib/pydoc_data/topics.py
+7
-7
No files found.
Lib/pydoc_data/topics.py
View file @
692929bf
# -*- coding: utf-8 -*-
# Autogenerated by Sphinx on Mon Oct
10 15:59:17
2016
# Autogenerated by Sphinx on Mon Oct
31 20:37:53
2016
topics
=
{
'assert'
:
'
\
n
'
'The "assert" statement
\
n
'
'**********************
\
n
'
...
...
@@ -5066,9 +5066,9 @@ topics = {'assert': '\n'
'be formatted
\
n
'
'with the floating point presentation types listed below '
'(except "
\
'
n
\
'
"
\
n
'
'and
None). When doing so, "float()" is used to convert the
'
'
integer to
\
n
'
'a floating point number before formatting.
\
n
'
'and
"None"). When doing so, "float()" is used to convert
'
'
the integer
\
n
'
'
to
a floating point number before formatting.
\
n
'
'
\
n
'
'The available presentation types for floating point and '
'decimal values
\
n
'
...
...
@@ -9626,7 +9626,7 @@ topics = {'assert': '\n'
' Unicode ordinals (integers) or characters (strings of '
'length 1) to
\
n
'
' Unicode ordinals, strings (of arbitrary lengths) or '
'
None
.
\
n
'
'
"None"
.
\
n
'
' Character keys will then be converted to ordinals.
\
n
'
'
\
n
'
' If there are two arguments, they must be strings of '
...
...
@@ -9637,7 +9637,7 @@ topics = {'assert': '\n'
'is a third
\
n
'
' argument, it must be a string, whose characters will be '
'mapped to
\
n
'
'
None
in the result.
\
n
'
'
"None"
in the result.
\
n
'
'
\
n
'
'str.partition(sep)
\
n
'
'
\
n
'
...
...
@@ -11204,7 +11204,7 @@ topics = {'assert': '\n'
'the
\
n
'
' order of their occurrence in the base class list; "__doc__" is '
'the
\
n
'
" class's documentation string, or None if undefined;
\
n
"
' class
\
'
s documentation string, or "None" if undefined;
\
n
'
' "__annotations__" (optional) is a dictionary containing '
'*variable
\
n
'
' annotations* collected during class body execution.
\
n
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment