App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Classes | Variables
google.appengine.ext.ndb.context Namespace Reference

Classes

class  AutoBatcher
 
class  Context
 
class  ContextOptions
 
class  TransactionOptions
 

Variables

list __all__
 
int _LOCK_TIME = 32
 
int _LOCKED = 0
 
 EVENTUAL_CONSISTENCY = datastore_rpc.Configuration.EVENTUAL_CONSISTENCY
 
dictionary _OPTION_TRANSLATIONS
 

Detailed Description

Context class.

Variable Documentation

list google.appengine.ext.ndb.context.__all__
Initial value:
1 = ['Context', 'ContextOptions', 'TransactionOptions', 'AutoBatcher',
2  'EVENTUAL_CONSISTENCY',
3  ]
dictionary google.appengine.ext.ndb.context._OPTION_TRANSLATIONS
Initial value:
1 = {
2  'options': 'config',
3 }