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