Ρς
ρGIc @ s d Z d e f d YZ d S( s)
Dict that has a callback on all updates
t
UpdateDictc B s_ e Z d Z d Z d Z d Z d Z d Z d Z d d Z
d Z d Z RS( c C sK | i } | d j o1 | i } | d j o
| f } n | | n d S( s=
Assign to new_dict.updated to track updates
N( t updatedt Nonet updated_args( t selfR t args( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyt _updated s
c C s! t i | | | | i d S( N( t dictt __setitem__R ( R t keyt item( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR s c C s t i | | | i d S( N( R t __delitem__R ( R R ( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR s c C s t i | | i d S( N( R t clearR ( R ( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR s
c O s! t i | | | | i d S( N( R t updateR ( R R t kw( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR
s c C s! t i | | | | i d S( N( R t
setdefaultR ( R R t failobj( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR s c C s t i | } | i | S( N( R t popR ( R t v( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR ! s
c C s t i | } | i | S( N( R t popitemR ( R R ( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR % s
N(
t __name__t
__module__R R R R R R R R
R R R ( ( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyR s
N( t __doc__R R ( ( ( s4 /usr/lib/python2.6/site-packages/webob/updatedict.pyt