# -*- mode: snippet -*-
|
|
# name: __rand__
|
|
# key: __rand__
|
|
# group: Special methods
|
|
# --
|
|
def __rand__(self, other):
|
|
return $0
|