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