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 d8f64df commit b0af106Copy full SHA for b0af106
demo.py
@@ -30,3 +30,7 @@ def generator_example(n):
30
@classmethod
31
def get_my_demos_done():
32
return False
33
+
34
+ @classmethod
35
+ def more_things():
36
+ return True
0 commit comments