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