update packages
This commit is contained in:
7
lisp/yasnippet-snippets/snippets/python-mode/__set__
Normal file
7
lisp/yasnippet-snippets/snippets/python-mode/__set__
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __set__
|
||||
# key: _set
|
||||
# group: Special methods
|
||||
# --
|
||||
def __set__(self, instance, value):
|
||||
$0
|
||||
Reference in New Issue
Block a user