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