Ejemplo n.º 1
0
 def __contains__(self, item):
     with self._lock:
         return Shelf.__contains__(self, item)
Ejemplo n.º 2
0
 def __contains__(self, item):
     with self._lock:
         return Shelf.__contains__(self, item)