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