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 e9a53cc commit 9d03e71Copy full SHA for 9d03e71
snippets/python.snippets
@@ -32,17 +32,17 @@ snippet cl
32
${6}
33
# New Function
34
snippet def
35
- def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):
+ def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):#{{{
36
"""${3:docstring for $1}"""
37
${4:pass}
38
#}}}
39
snippet deff
40
41
${3}
42
43
# New Method
44
snippet defs
45
- def ${1:mname}(self, ${2:arg}):
+ def ${1:mname}(self, ${2:arg}):#{{{
46
${3:pass}
47
48
# New Property
0 commit comments