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