8 lines
134 B
Plaintext
8 lines
134 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: __rrshift__
|
|
# key: _rrshift
|
|
# group: Special methods
|
|
# --
|
|
def __rrshift__(self, other):
|
|
return $0
|