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

Public Member Functions

def __init__
 

Public Attributes

 filter
 

Detailed Description

Raised by Query.__setitem__() and Query.Run() when a filter string is
invalid.

Constructor & Destructor Documentation

def google.appengine.api.datastore_errors.BadFilterError.__init__ (   self,
  filter 
)
Raised by Query.__setitem__() and Query.Run() when a filter string is
invalid.

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