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 b451378 + b0af106 commit 340a5f3Copy full SHA for 340a5f3
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