Searched refs:BlobProperty (Results 1 – 9 of 9) sorted by relevance
16 value = ndb.BlobProperty(indexed=False)
29 class PickleProperty(model.BlobProperty):
56 value = ndb.BlobProperty()
134 value = ndb.BlobProperty()
152 value = ndb.BlobProperty()
245 class BlobProperty(Property): class258 super(BlobProperty, self).__set__(obj, value)
401 ndb.BlobProperty: _split_byte_string_property
74 payload = db.BlobProperty()
319 class CredentialsNDBProperty(ndb.BlobProperty):