![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | UseProgressData |
def | StoreKeys |
def | UpdateState |
def | ThreadComplete |
def | DeleteKey |
A stub implementation of ProgressDatabase which does nothing.
def google.appengine.tools.bulkloader.StubProgressDatabase.DeleteKey | ( | self, | |
unused_key | |||
) |
Delete the operations with a given key (but, do nothing.)
def google.appengine.tools.bulkloader.StubProgressDatabase.StoreKeys | ( | self, | |
unused_kind, | |||
unused_key_start, | |||
unused_key_end | |||
) |
Pretend to store a key in the stub database.
def google.appengine.tools.bulkloader.StubProgressDatabase.ThreadComplete | ( | self | ) |
Finalize operations on the stub database (i.e. do nothing).
def google.appengine.tools.bulkloader.StubProgressDatabase.UpdateState | ( | self, | |
unused_key, | |||
unused_new_state | |||
) |
Pretend to update the state of a progress item.
def google.appengine.tools.bulkloader.StubProgressDatabase.UseProgressData | ( | self | ) |
Whether the stub database has progress information (it doesn't).