mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Python 3.9.8
This commit is contained in:
parent
a8ae7a5613
commit
bb3fdcfe95
78 changed files with 783 additions and 180 deletions
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Autogenerated by Sphinx on Wed Sep 22 01:22:10 2021
|
||||
# Autogenerated by Sphinx on Fri Nov 5 20:19:23 2021
|
||||
topics = {'assert': 'The "assert" statement\n'
|
||||
'**********************\n'
|
||||
'\n'
|
||||
|
@ -4715,9 +4715,9 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'operations.\n'
|
||||
'\n'
|
||||
'If the "global" statement occurs within a block, all uses of '
|
||||
'the name\n'
|
||||
'specified in the statement refer to the binding of that name in '
|
||||
'the\n'
|
||||
'the names\n'
|
||||
'specified in the statement refer to the bindings of those names '
|
||||
'in the\n'
|
||||
'top-level namespace. Names are resolved in the top-level '
|
||||
'namespace by\n'
|
||||
'searching the global namespace, i.e. the namespace of the '
|
||||
|
@ -4726,9 +4726,10 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'namespace\n'
|
||||
'of the module "builtins". The global namespace is searched '
|
||||
'first. If\n'
|
||||
'the name is not found there, the builtins namespace is '
|
||||
'searched. The\n'
|
||||
'"global" statement must precede all uses of the name.\n'
|
||||
'the names are not found there, the builtins namespace is '
|
||||
'searched.\n'
|
||||
'The "global" statement must precede all uses of the listed '
|
||||
'names.\n'
|
||||
'\n'
|
||||
'The "global" statement has the same scope as a name binding '
|
||||
'operation\n'
|
||||
|
@ -6786,8 +6787,8 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'operations.\n'
|
||||
'\n'
|
||||
'If the "global" statement occurs within a block, all uses of the '
|
||||
'name\n'
|
||||
'specified in the statement refer to the binding of that name in '
|
||||
'names\n'
|
||||
'specified in the statement refer to the bindings of those names in '
|
||||
'the\n'
|
||||
'top-level namespace. Names are resolved in the top-level '
|
||||
'namespace by\n'
|
||||
|
@ -6796,9 +6797,9 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
'namespace\n'
|
||||
'of the module "builtins". The global namespace is searched '
|
||||
'first. If\n'
|
||||
'the name is not found there, the builtins namespace is searched. '
|
||||
'The\n'
|
||||
'"global" statement must precede all uses of the name.\n'
|
||||
'the names are not found there, the builtins namespace is '
|
||||
'searched.\n'
|
||||
'The "global" statement must precede all uses of the listed names.\n'
|
||||
'\n'
|
||||
'The "global" statement has the same scope as a name binding '
|
||||
'operation\n'
|
||||
|
@ -7143,9 +7144,9 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
' of the object truncated to an "Integral" (typically an '
|
||||
'"int").\n'
|
||||
'\n'
|
||||
' If "__int__()" is not defined then the built-in function '
|
||||
'"int()"\n'
|
||||
' falls back to "__trunc__()".\n',
|
||||
' The built-in function "int()" falls back to '
|
||||
'"__trunc__()" if\n'
|
||||
' neither "__int__()" nor "__index__()" is defined.\n',
|
||||
'objects': 'Objects, values and types\n'
|
||||
'*************************\n'
|
||||
'\n'
|
||||
|
@ -9888,9 +9889,9 @@ topics = {'assert': 'The "assert" statement\n'
|
|||
' of the object truncated to an "Integral" (typically an '
|
||||
'"int").\n'
|
||||
'\n'
|
||||
' If "__int__()" is not defined then the built-in function '
|
||||
'"int()"\n'
|
||||
' falls back to "__trunc__()".\n'
|
||||
' The built-in function "int()" falls back to "__trunc__()" '
|
||||
'if\n'
|
||||
' neither "__int__()" nor "__index__()" is defined.\n'
|
||||
'\n'
|
||||
'\n'
|
||||
'With Statement Context Managers\n'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue