|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/lib64/python2.4/ |
Upload File : |
mņ
=5Dc @ sF d Z d f d YZ d e f d YZ d f d YZ d S( sG A more or less complete user-defined wrapper around dictionary objects.t UserDictc B sņ t Z d d Z d Z d Z d Z d Z d Z d Z d Z
d Z d
Z d Z
d Z d
Z d Z d Z d Z d d Z d d Z d d Z d Z d Z d Z d d Z e e Z RS( Nc K sI h | _ | d j o | i | n t | o | i | n d S( N( t selft datat dictt Nonet updatet lent kwargs( R R R ( ( t /usr/lib64/python2.4/UserDict.pyt __init__ s
c C s
t | i S( N( t reprR R ( R ( ( R t __repr__
s c C s; t | t o t | i | i Sn t | i | Sd S( N( t
isinstanceR R t cmpR R ( R R ( ( R t __cmp__ s c C s
t | i S( N( R R R ( R ( ( R t __len__ s c C s | i | S( N( R R t key( R R ( ( R t __getitem__ s c C s | | i | <d S( N( t itemR R R ( R R R ( ( R t __setitem__ s c C s | i | =d S( N( R R R ( R R ( ( R t __delitem__ s c C s | i i d S( N( R R t clear( R ( ( R R s c C ss | i t j o t | i i Sn d k } | i } z h | _ | i | } Wd | | _ X| i | | S( N( R t __class__R R t copyt cR ( R R R R ( ( R R s
c C s
| i i S( N( R R t keys( R ( ( R R ! s c C s
| i i S( N( R R t items( R ( ( R R "