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