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