update packages
This commit is contained in:
7
lisp/yasnippet-snippets/snippets/python-mode/__slots__
Normal file
7
lisp/yasnippet-snippets/snippets/python-mode/__slots__
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __slots__
|
||||
# key: _slots
|
||||
# group: Class attributes
|
||||
# --
|
||||
__slots__ = ($1)
|
||||
$0
|
||||
Reference in New Issue
Block a user