Lines Matching refs:ndb
9 from google.appengine.ext import ndb
31 mail_sent = ndb.BooleanProperty(indexed=True, default=False)
34 recovered = ndb.BooleanProperty(indexed=True, default=False)
40 @ndb.ComputedProperty
44 @ndb.ComputedProperty
48 @ndb.ComputedProperty
51 return ndb.Key('Row', self.revision, parent=test_container)
53 @ndb.ComputedProperty
57 @ndb.ComputedProperty
61 @ndb.ComputedProperty
80 return ndb.Key(
96 parent=ndb.Key('StoppageAlertParent', test.test_path),