Searched refs:PickleProperty (Results 1 – 4 of 4) sorted by relevance
21 from ndb.model import PickleProperty24 from google.appengine.ext.ndb.model import PickleProperty29 class PickleProperty(model.BlobProperty): class36 super(PickleProperty, self)._db_set_value(v, p,54 data = PickleProperty()
119 data_series = ndb.PickleProperty()122 base_anomaly_revs = ndb.PickleProperty()125 invalid_anomaly_revs = ndb.PickleProperty()128 confirmed_anomaly_revs = ndb.PickleProperty()
68 bad_result_emails = ndb.PickleProperty()
243 class FlowNDBProperty(ndb.PickleProperty):