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