|
1 | 1 | # -*- coding: utf-8 -*- |
2 | | -# Autogenerated by Sphinx on Mon May 3 16:52:46 2021 |
| 2 | +# Autogenerated by Sphinx on Mon Jun 28 10:13:28 2021 |
3 | 3 | topics = {'assert': 'The "assert" statement\n' |
4 | 4 | '**********************\n' |
5 | 5 | '\n' |
|
5321 | 5321 | 'complex\n' |
5322 | 5322 | 'types. For integers, when binary, octal, or hexadecimal ' |
5323 | 5323 | 'output is\n' |
5324 | | - 'used, this option adds the prefix respective "\'0b\'", ' |
5325 | | - '"\'0o\'", or "\'0x\'"\n' |
5326 | | - 'to the output value. For float and complex the alternate ' |
5327 | | - 'form causes\n' |
5328 | | - 'the result of the conversion to always contain a ' |
5329 | | - 'decimal-point\n' |
5330 | | - 'character, even if no digits follow it. Normally, a ' |
5331 | | - 'decimal-point\n' |
5332 | | - 'character appears in the result of these conversions only ' |
5333 | | - 'if a digit\n' |
5334 | | - 'follows it. In addition, for "\'g\'" and "\'G\'" ' |
5335 | | - 'conversions, trailing\n' |
5336 | | - 'zeros are not removed from the result.\n' |
| 5324 | + 'used, this option adds the respective prefix "\'0b\'", ' |
| 5325 | + '"\'0o\'", "\'0x\'",\n' |
| 5326 | + 'or "\'0X\'" to the output value. For float and complex the ' |
| 5327 | + 'alternate\n' |
| 5328 | + 'form causes the result of the conversion to always contain ' |
| 5329 | + 'a decimal-\n' |
| 5330 | + 'point character, even if no digits follow it. Normally, a ' |
| 5331 | + 'decimal-\n' |
| 5332 | + 'point character appears in the result of these conversions ' |
| 5333 | + 'only if a\n' |
| 5334 | + 'digit follows it. In addition, for "\'g\'" and "\'G\'" ' |
| 5335 | + 'conversions,\n' |
| 5336 | + 'trailing zeros are not removed from the result.\n' |
5337 | 5337 | '\n' |
5338 | 5338 | 'The "\',\'" option signals the use of a comma for a ' |
5339 | 5339 | 'thousands separator.\n' |
|
5446 | 5446 | '+-----------+------------------------------------------------------------+\n' |
5447 | 5447 | ' | "\'X\'" | Hex format. Outputs the number in base ' |
5448 | 5448 | '16, using upper- |\n' |
5449 | | - ' | | case letters for the digits above ' |
5450 | | - '9. |\n' |
| 5449 | + ' | | case letters for the digits above 9. In ' |
| 5450 | + 'case "\'#\'" is |\n' |
| 5451 | + ' | | specified, the prefix "\'0x\'" will be ' |
| 5452 | + 'upper-cased to "\'0X\'" |\n' |
| 5453 | + ' | | as ' |
| 5454 | + 'well. |\n' |
5451 | 5455 | ' ' |
5452 | 5456 | '+-----------+------------------------------------------------------------+\n' |
5453 | 5457 | ' | "\'n\'" | Number. This is the same as "\'d\'", ' |
|
6283 | 6287 | ' | "from" relative_module "import" "(" ' |
6284 | 6288 | 'identifier ["as" identifier]\n' |
6285 | 6289 | ' ("," identifier ["as" identifier])* [","] ")"\n' |
6286 | | - ' | "from" module "import" "*"\n' |
| 6290 | + ' | "from" relative_module "import" "*"\n' |
6287 | 6291 | ' module ::= (identifier ".")* identifier\n' |
6288 | 6292 | ' relative_module ::= "."* module | "."+\n' |
6289 | 6293 | '\n' |
|
0 commit comments