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.Email Class Reference
Inheritance diagram for google.appengine.api.datastore_types.Email:

Public Member Functions

def __init__
 
def ToXml
 

Detailed Description

An RFC2822 email address. Makes no attempt at validation; apart from
checking MX records, email address validation is a rathole.

This is the gd:email element. In XML output, the email address is provided as
the address attribute. See:
http://code.google.com/apis/gdata/common-elements.html#gdEmail

Raises BadValueError if email is not a valid email address.

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