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.datastore.datastore_sqlite_stub.NamespacePseudoKind Class Reference
Inheritance diagram for google.appengine.datastore.datastore_sqlite_stub.NamespacePseudoKind:

Public Member Functions

def Query
 

Static Public Attributes

string name = '__namespace__'
 

Detailed Description

Pseudo-kind for __namespace__ queries.

Provides a Query method to perform the actual query.

Public properties:
  name: the pseudo-kind name

Member Function Documentation

def google.appengine.datastore.datastore_sqlite_stub.NamespacePseudoKind.Query (   self,
  query,
  filters,
  orders 
)
Perform a query on this pseudo-kind.

Args:
  query: the original datastore_pb.Query
  filters: the filters from query
  orders: the orders from query

Returns:
  A query cursor to iterate over the query results, or None if the query
  is invalid.

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