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