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