update packages
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Mads D. Kristensen <madsdk@gmail.com>
|
||||
# name: prop
|
||||
# expand-env: ((yas-indent-line 'fixed))
|
||||
# --
|
||||
def ${1:foo}():
|
||||
doc = """${2:Doc string}"""
|
||||
@@ -15,4 +16,4 @@ def ${1:foo}():
|
||||
return locals()
|
||||
$1 = property(**$1())
|
||||
|
||||
$0
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user