![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
Public Attributes | |
protobuf | |
encoded_protobuf | |
Simple wrapper around an entity stored by the stub. Public properties: protobuf: Native protobuf Python object, entity_pb.EntityProto. encoded_protobuf: Encoded binary representation of above protobuf.
def google.appengine.api.datastore_file_stub._StoredEntity.__init__ | ( | self, | |
entity | |||
) |
Create a _StoredEntity object and store an entity. Args: entity: entity_pb.EntityProto to store.