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.
2 parents f77c26b + 10fdf27 commit c130187Copy full SHA for c130187
demo.py
@@ -22,3 +22,6 @@ def generator_example(n):
22
run = run + 1
23
yield run
24
25
+ @classmethod
26
+ def get_my_demos_done():
27
+ return False
0 commit comments