7 lines
131 B
Text
7 lines
131 B
Text
# -*- mode: snippet -*-
|
|
# name: _ilshift
|
|
# key: _ilshift
|
|
# group: Special methods
|
|
# --
|
|
def __ilshift__(self, other):
|
|
return $0
|