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