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 9b6ee51 + fa6d71e commit 5db783dCopy full SHA for 5db783d
snippets/python.snippets
@@ -201,3 +201,6 @@ snippet epydoc
201
202
@raise e: ${0: Description}
203
"""
204
+snippet dol
205
+ def ${1:__init__}(self, *args, **kwargs):
206
+ super(${0:ClassName}, self).$1(*args, **kwargs)
0 commit comments