We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ac14e commit 6a37d12Copy full SHA for 6a37d12
atlassian/jira8.py
@@ -8,3 +8,6 @@
8
9
class Jira8(Jira):
10
# methods migrated into main module
11
+ @staticmethod
12
+ def print_module_name():
13
+ print(__name__)
0 commit comments