def __init__(self, filename): super(Storage, self).__init__(lock=threading.Lock()) self._filename = filename