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 577e5a2 commit 47ec0c6Copy full SHA for 47ec0c6
snippets/python.snippets
@@ -32,19 +32,16 @@ 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
49
snippet property
50
def ${1:foo}():
0 commit comments