We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ast
1 parent 4b352dc commit 7a0ddfdCopy full SHA for 7a0ddfd
Doc/library/ast.rst
@@ -1113,7 +1113,8 @@ Imports
1113
names=[
1114
alias(name='x'),
1115
alias(name='y'),
1116
- alias(name='z')])])
+ alias(name='z')],
1117
+ is_lazy=0)])
1118
1119
1120
.. class:: ImportFrom(module, names, level)
@@ -1134,7 +1135,8 @@ Imports
1134
1135
1136
1137
alias(name='z')],
- level=0)])
1138
+ level=0,
1139
1140
1141
1142
.. class:: alias(name, asname)
@@ -1152,7 +1154,8 @@ Imports
1152
1154
1153
1155
alias(name='a', asname='b'),
1156
alias(name='c')],
- level=2)])
1157
+ level=2,
1158
1159
1160
Control flow
1161
^^^^^^^^^^^^
0 commit comments