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