Home | History | Annotate | Download | only in dashboard

Lines Matching refs:datastore_hooks

17 1) Namespaces the key based on whether datastore_hooks says the request is
40 from dashboard import datastore_hooks
74 namespace = datastore_hooks.GetNamespace()
91 _NamespaceKey(key, datastore_hooks.EXTERNAL)))
93 _NamespaceKey(key, datastore_hooks.INTERNAL)))
109 namespaced_key = _NamespaceKey(key, datastore_hooks.EXTERNAL)
126 using datastore_hooks.GetNamespace().
157 Set(key, value, days_to_keep, datastore_hooks.EXTERNAL)
162 internal_key = _NamespaceKey(key, namespace=datastore_hooks.INTERNAL)
163 external_key = _NamespaceKey(key, namespace=datastore_hooks.EXTERNAL)