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