def __div__(self, other, *args): ''' Integer division (//) ''' return self._apply_operator(other, "__div__", *args)