![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | __getitem__ |
def | __copy__ |
def | get |
def | getlist |
def | iteritems |
def | iterkeys |
def | itervalues |
def | items |
def | keys |
def | values |
def | has_key |
def | copy |
Public Attributes | |
dicts | |
A simple class for creating new "virtual" dictionaries that actually look up values in more than one dictionary, passed in the constructor. If a key appears in more than one of the given dictionaries, only the first occurrence will be used.
def google.appengine._internal.django.utils.datastructures.MergeDict.copy | ( | self | ) |
Returns a copy of this object.