7 lines
125 B
Text
7 lines
125 B
Text
# -*- mode: snippet -*-
|
|
# name: __xor__
|
|
# key: __xor__
|
|
# group: Special methods
|
|
# --
|
|
def __xor__(self, other):
|
|
return $0
|