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

Public Member Functions

def __init__
 
def ToXml
 

Detailed Description

A fully qualified URL. Usually http: scheme, but may also be file:, ftp:,
news:, among others.

If you have email (mailto:) or instant messaging (aim:, xmpp:) links,
consider using the Email or IM classes instead.

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

Raises BadValueError if link is not a fully qualified, well-formed URL.

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