# -*- mode: snippet -*-
# name: __irshift__
# key: __irshift__
# group: Special methods
# --
def __irshift__(self, other):
return $0