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