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