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