fold para python def
This commit is contained in:
parent
e9a53cc99e
commit
9d03e71712
@ -32,17 +32,17 @@ snippet cl
|
|||||||
${6}
|
${6}
|
||||||
# New Function
|
# New Function
|
||||||
snippet def
|
snippet def
|
||||||
def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):
|
def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):#{{{
|
||||||
"""${3:docstring for $1}"""
|
"""${3:docstring for $1}"""
|
||||||
${4:pass}
|
${4:pass}
|
||||||
#}}}
|
#}}}
|
||||||
snippet deff
|
snippet deff
|
||||||
def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):
|
def ${1:fname}(${2:`indent('.') ? 'self' : ''`}):#{{{
|
||||||
${3}
|
${3}
|
||||||
#}}}
|
#}}}
|
||||||
# New Method
|
# New Method
|
||||||
snippet defs
|
snippet defs
|
||||||
def ${1:mname}(self, ${2:arg}):
|
def ${1:mname}(self, ${2:arg}):#{{{
|
||||||
${3:pass}
|
${3:pass}
|
||||||
#}}}
|
#}}}
|
||||||
# New Property
|
# New Property
|
||||||
|
Loading…
Reference in New Issue
Block a user