8 lines
119 B
Text
8 lines
119 B
Text
![]() |
# -*- mode: snippet -*-
|
||
|
# name: _xor
|
||
|
# key: _xor
|
||
|
# group: Special methods
|
||
|
# --
|
||
|
def __xor__(self, other):
|
||
|
return $0
|