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