![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __new__ |
def | __repr__ |
def | __getattr__ |
def | __getstate__ |
def | __setstate__ |
![]() | |
def | __new__ |
def | __eq__ |
def | __ne__ |
def | __hash__ |
def | __repr__ |
def | is_configuration |
def | merge |
def | __getstate__ |
def | __setstate__ |
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.