8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: __ior__
|
|
# key: _ior
|
|
# group: Special methods
|
|
# --
|
|
def __ior__(self, other):
|
|
return $0
|