def __itruediv__(self, other): self.__wrapped__ = operator.itruediv(self.__wrapped__, other) return self