|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# Autogenerated by Sphinx on Wed Sep 22 01:22:10 2021 |
| 2 | +# Autogenerated by Sphinx on Fri Nov 5 20:19:23 2021 |
3 | 3 | topics = {'assert': 'The "assert" statement\n' |
4 | 4 | '**********************\n' |
5 | 5 | '\n' |
|
4715 | 4715 | 'operations.\n' |
4716 | 4716 | '\n' |
4717 | 4717 | 'If the "global" statement occurs within a block, all uses of ' |
4718 | | - 'the name\n' |
4719 | | - 'specified in the statement refer to the binding of that name in ' |
4720 | | - 'the\n' |
| 4718 | + 'the names\n' |
| 4719 | + 'specified in the statement refer to the bindings of those names ' |
| 4720 | + 'in the\n' |
4721 | 4721 | 'top-level namespace. Names are resolved in the top-level ' |
4722 | 4722 | 'namespace by\n' |
4723 | 4723 | 'searching the global namespace, i.e. the namespace of the ' |
|
4726 | 4726 | 'namespace\n' |
4727 | 4727 | 'of the module "builtins". The global namespace is searched ' |
4728 | 4728 | 'first. If\n' |
4729 | | - 'the name is not found there, the builtins namespace is ' |
4730 | | - 'searched. The\n' |
4731 | | - '"global" statement must precede all uses of the name.\n' |
| 4729 | + 'the names are not found there, the builtins namespace is ' |
| 4730 | + 'searched.\n' |
| 4731 | + 'The "global" statement must precede all uses of the listed ' |
| 4732 | + 'names.\n' |
4732 | 4733 | '\n' |
4733 | 4734 | 'The "global" statement has the same scope as a name binding ' |
4734 | 4735 | 'operation\n' |
|
6786 | 6787 | 'operations.\n' |
6787 | 6788 | '\n' |
6788 | 6789 | 'If the "global" statement occurs within a block, all uses of the ' |
6789 | | - 'name\n' |
6790 | | - 'specified in the statement refer to the binding of that name in ' |
| 6790 | + 'names\n' |
| 6791 | + 'specified in the statement refer to the bindings of those names in ' |
6791 | 6792 | 'the\n' |
6792 | 6793 | 'top-level namespace. Names are resolved in the top-level ' |
6793 | 6794 | 'namespace by\n' |
|
6796 | 6797 | 'namespace\n' |
6797 | 6798 | 'of the module "builtins". The global namespace is searched ' |
6798 | 6799 | 'first. If\n' |
6799 | | - 'the name is not found there, the builtins namespace is searched. ' |
6800 | | - 'The\n' |
6801 | | - '"global" statement must precede all uses of the name.\n' |
| 6800 | + 'the names are not found there, the builtins namespace is ' |
| 6801 | + 'searched.\n' |
| 6802 | + 'The "global" statement must precede all uses of the listed names.\n' |
6802 | 6803 | '\n' |
6803 | 6804 | 'The "global" statement has the same scope as a name binding ' |
6804 | 6805 | 'operation\n' |
|
7143 | 7144 | ' of the object truncated to an "Integral" (typically an ' |
7144 | 7145 | '"int").\n' |
7145 | 7146 | '\n' |
7146 | | - ' If "__int__()" is not defined then the built-in function ' |
7147 | | - '"int()"\n' |
7148 | | - ' falls back to "__trunc__()".\n', |
| 7147 | + ' The built-in function "int()" falls back to ' |
| 7148 | + '"__trunc__()" if\n' |
| 7149 | + ' neither "__int__()" nor "__index__()" is defined.\n', |
7149 | 7150 | 'objects': 'Objects, values and types\n' |
7150 | 7151 | '*************************\n' |
7151 | 7152 | '\n' |
|
9888 | 9889 | ' of the object truncated to an "Integral" (typically an ' |
9889 | 9890 | '"int").\n' |
9890 | 9891 | '\n' |
9891 | | - ' If "__int__()" is not defined then the built-in function ' |
9892 | | - '"int()"\n' |
9893 | | - ' falls back to "__trunc__()".\n' |
| 9892 | + ' The built-in function "int()" falls back to "__trunc__()" ' |
| 9893 | + 'if\n' |
| 9894 | + ' neither "__int__()" nor "__index__()" is defined.\n' |
9894 | 9895 | '\n' |
9895 | 9896 | '\n' |
9896 | 9897 | 'With Statement Context Managers\n' |
|
0 commit comments