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

Public Member Functions

def __new__
 
def __repr__
 
def __getattr__
 
def __getstate__
 
def __setstate__
 
- Public Member Functions inherited from google.appengine.datastore.datastore_rpc.BaseConfiguration
def __new__
 
def __eq__
 
def __ne__
 
def __hash__
 
def __repr__
 
def is_configuration
 
def merge
 
def __getstate__
 
def __setstate__
 

Detailed Description

Helper class to handle merges of configurations.

Instances of _MergedConfiguration are in some sense "subclasses" of the
argument configurations, i.e.:
- they handle exactly the configuration options of the argument configurations
- the value of these options is taken in priority order from the arguments
- isinstance is true on this configuration if it is true on any of the
  argument configurations
This class raises an exception if two argument configurations have an option
with the same name but coming from a different configuration class.

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