def __mul__(self, other): with self._lock: return operator.__mul__(self.__wrapped__, other) # __div__ is py2 only