Exemple #1
0
 def __init__(self, path, identity):
     self.identity = identity
     self.store = store.STORAGE_BACKENDS[settings.STORAGE_BACKEND](path)
     self.gizmo_factory = GizmoFactory(self, identity)
     self.identity_cache = {}
     self.registry = RequestRegistry()
     self.iterators = []
     self.deferreds = []