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