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 33f5c71 commit 9466904Copy full SHA for 9466904
snippets/base.json
@@ -51,7 +51,8 @@
51
"class ${1:ClassName}(${2:object}):",
52
"\t\"\"\"${3:docstring for $1.}\"\"\"",
53
"\tdef __init__(self, ${4:arg}):",
54
- "\t\t${5:super($1, self).__init__()}\n\t\tself.$4 = $4",
+ "\t\t${5:super($1, self).__init__()}",
55
+ "\t\tself.$4 = $4",
56
"\t\t$0"
57
],
58
"description" : "Code snippet for a class definition."
0 commit comments