|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# Autogenerated by Sphinx on Wed Dec 18 13:43:31 2019 |
| 2 | +# Autogenerated by Sphinx on Wed Mar 4 02:29:35 2020 |
3 | 3 | topics = {'assert': 'The "assert" statement\n' |
4 | 4 | '**********************\n' |
5 | 5 | '\n' |
|
5070 | 5070 | 'only\n' |
5071 | 5071 | 'supported by the numeric types.\n' |
5072 | 5072 | '\n' |
5073 | | - 'A general convention is that an empty format string ("""") ' |
| 5073 | + 'A general convention is that an empty format specification ' |
5074 | 5074 | 'produces\n' |
5075 | 5075 | 'the same result as if you had called "str()" on the value. ' |
5076 | 5076 | 'A non-empty\n' |
5077 | | - 'format string typically modifies the result.\n' |
| 5077 | + 'format specification typically modifies the result.\n' |
5078 | 5078 | '\n' |
5079 | 5079 | 'The general form of a *standard format specifier* is:\n' |
5080 | 5080 | '\n' |
|
5227 | 5227 | 'Changed in version 3.6: Added the "\'_\'" option (see also ' |
5228 | 5228 | '**PEP 515**).\n' |
5229 | 5229 | '\n' |
5230 | | - '*width* is a decimal integer defining the minimum field ' |
5231 | | - 'width. If not\n' |
5232 | | - 'specified, then the field width will be determined by the ' |
| 5230 | + '*width* is a decimal integer defining the minimum total ' |
| 5231 | + 'field width,\n' |
| 5232 | + 'including any prefixes, separators, and other formatting ' |
| 5233 | + 'characters.\n' |
| 5234 | + 'If not specified, then the field width will be determined ' |
| 5235 | + 'by the\n' |
5233 | 5236 | 'content.\n' |
5234 | 5237 | '\n' |
5235 | 5238 | 'When no explicit alignment is given, preceding the *width* ' |
|
6771 | 6774 | 'object.__rfloordiv__(self, other)\n' |
6772 | 6775 | 'object.__rmod__(self, other)\n' |
6773 | 6776 | 'object.__rdivmod__(self, other)\n' |
6774 | | - 'object.__rpow__(self, other)\n' |
| 6777 | + 'object.__rpow__(self, other[, modulo])\n' |
6775 | 6778 | 'object.__rlshift__(self, other)\n' |
6776 | 6779 | 'object.__rrshift__(self, other)\n' |
6777 | 6780 | 'object.__rand__(self, other)\n' |
|
8907 | 8910 | 'bases,\n' |
8908 | 8911 | '**kwds)" (where the additional keyword arguments, if any, ' |
8909 | 8912 | 'come from\n' |
8910 | | - 'the class definition).\n' |
| 8913 | + 'the class definition). The "__prepare__" method should be ' |
| 8914 | + 'implemented\n' |
| 8915 | + 'as a "classmethod()". The namespace returned by ' |
| 8916 | + '"__prepare__" is\n' |
| 8917 | + 'passed in to "__new__", but when the final class object is ' |
| 8918 | + 'created the\n' |
| 8919 | + 'namespace is copied into a new "dict".\n' |
8911 | 8920 | '\n' |
8912 | 8921 | 'If the metaclass has no "__prepare__" attribute, then the ' |
8913 | 8922 | 'class\n' |
8914 | | - 'namespace is initialised as an empty ordered mapping.\n' |
| 8923 | + 'namespace is initialised as an empty "dict()".\n' |
8915 | 8924 | '\n' |
8916 | 8925 | 'See also:\n' |
8917 | 8926 | '\n' |
|
9421 | 9430 | 'object.__rfloordiv__(self, other)\n' |
9422 | 9431 | 'object.__rmod__(self, other)\n' |
9423 | 9432 | 'object.__rdivmod__(self, other)\n' |
9424 | | - 'object.__rpow__(self, other)\n' |
| 9433 | + 'object.__rpow__(self, other[, modulo])\n' |
9425 | 9434 | 'object.__rlshift__(self, other)\n' |
9426 | 9435 | 'object.__rrshift__(self, other)\n' |
9427 | 9436 | 'object.__rand__(self, other)\n' |
|
11847 | 11856 | ' "co_lnotab" is a string encoding the mapping from bytecode\n' |
11848 | 11857 | ' offsets to line numbers (for details see the source code of ' |
11849 | 11858 | 'the\n' |
11850 | | - ' interpreter); "co_stacksize" is the required stack size\n' |
11851 | | - ' (including local variables); "co_flags" is an integer ' |
11852 | | - 'encoding a\n' |
11853 | | - ' number of flags for the interpreter.\n' |
| 11859 | + ' interpreter); "co_stacksize" is the required stack size;\n' |
| 11860 | + ' "co_flags" is an integer encoding a number of flags for the\n' |
| 11861 | + ' interpreter.\n' |
11854 | 11862 | '\n' |
11855 | 11863 | ' The following flag bits are defined for "co_flags": bit ' |
11856 | 11864 | '"0x04"\n' |
|
0 commit comments