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