def __idiv__(self, other): # nopep8 with self._lock: self.__wrapped__ = operator.__idiv__(self.__wrapped__, other) return self