Searched defs:PersistentObjectStore (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpersistent_object_store_test.py6 from persistent_object_store import PersistentObjectStore namespace
10 '''Tests for PersistentObjectStore. These are all a bit contrived because
16 object_store = PersistentObjectStore('test')
20 another_object_store = PersistentObjectStore('test')
34 object_store = PersistentObjectStore('test')
35 another_object_store = PersistentObjectStore('another')
H A Dobject_store_creator.py9 from persistent_object_store import PersistentObjectStore namespace
79 chain = (MemcacheObjectStore(namespace), PersistentObjectStore(namespace))
H A Dpersistent_object_store.py12 class PersistentObjectStore(ObjectStore): class in inherits:ObjectStore

Completed in 81 milliseconds