App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Static Public Attributes | List of all members
google.appengine.api.datastore_types.Category Class Reference
Inheritance diagram for google.appengine.api.datastore_types.Category:

Public Member Functions

def __init__
 
def ToXml
 

Static Public Attributes

string TERM = 'user-tag'
 

Detailed Description

A tag, ie a descriptive word or phrase. Entities may be tagged by users,
and later returned by a queries for that tag. Tags can also be used for
ranking results (frequency), photo captions, clustering, activity, etc.

Here's a more in-depth description:  http://www.zeldman.com/daily/0405d.shtml

This is the Atom "category" element. In XML output, the tag is provided as
the term attribute. See:
http://www.atomenabled.org/developers/syndication/#category

Raises BadValueError if tag is not a string or subtype.

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