App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
List of all members
google.appengine.api.datastore_types.Blob Class Reference
Inheritance diagram for google.appengine.api.datastore_types.Blob:
google.appengine.api.datastore_types._BaseByteType

Additional Inherited Members

- Public Member Functions inherited from google.appengine.api.datastore_types._BaseByteType
def __new__
 
def ToXml
 

Detailed Description

A blob type, appropriate for storing binary data of any length.

This behaves identically to the Python str type, except for the
constructor, which only accepts str arguments.

The documentation for this class was generated from the following file: