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

Public Member Functions

def __new__
 

Detailed Description

The metaclass for all Configuration types.

This class is needed to store a class specific list of all ConfigOptions in
cls._options, and insert a __slots__ variable into the class dict before the
class is created to impose immutability.

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