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.
1 parent bd9948c commit b936caeCopy full SHA for b936cae
src/test/commentTestSamples/sample.py
@@ -157,11 +157,14 @@ def WithNestedCluster():
157
158
159
# render: true,
160
-# exits: 999
+# exits: 1,
161
+# nodes: 2
162
def raise_exception():
163
raise
164
-# render: true
165
+# render: true,
166
167
+# nodes: 5
168
def raise_again():
169
try:
170
raise x
@@ -173,7 +176,8 @@ def raise_again():
173
176
pass
174
177
175
178
-# exits: 3
179
180
+# nodes: 4
181
def yield_value():
182
for x in y:
183
yield x
0 commit comments