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