App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine._internal.django.utils.datastructures.MergeDict Class Reference
Inheritance diagram for google.appengine._internal.django.utils.datastructures.MergeDict:

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
 

Detailed Description

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.

Member Function Documentation

def google.appengine._internal.django.utils.datastructures.MergeDict.copy (   self)
Returns a copy of this object.

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