HomeSort by relevance Sort by last modified time
    Searched refs:datastore (Results 1 - 2 of 2) sorted by null

  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 19 to/from SampleSyncAdapter datastore.
30 from model import datastore namespace
69 model = datastore.Contact
103 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
109 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
126 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
143 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
154 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
171 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
185 contacts = datastore.Contact.all(
    [all...]
web_services.py 33 from model import datastore namespace
184 contacts = datastore.Contact.all()
238 contact = datastore.Contact.get(db.Key.from_path('Contact', id))
242 contact = datastore.Contact(handle='temp')
311 contacts = datastore.Contact.all()
316 contact1 = datastore.Contact(handle = 'juliet',
324 contact2 = datastore.Contact(handle = 'romeo',
332 contact3 = datastore.Contact(handle = 'tybalt',
365 obj = datastore.Contact.get_contact_info(username)
383 obj = datastore.Contact.get_contact_info(username
    [all...]

Completed in 1312 milliseconds