|
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/22697/root/usr/lib64/python2.4/ |
Upload File : |
mò
‚=5Dc
@ sÉ d Z d k Z d k l Z l Z l Z l Z l Z l Z l Z d k
l Z e e f Z d d d d d d d
d d d
g
Z
d
e i f d „ ƒ YZ d e f d „ ƒ YZ d e i f d „ ƒ YZ d S( sƒ Weak reference support for Python.
This module is an implementation of PEP 205:
http://python.sourceforge.net/peps/pep-0205.html
N( s getweakrefcounts getweakrefss refs proxys CallableProxyTypes ProxyTypes
ReferenceType( s ReferenceErrort reft proxyt getweakrefcountt getweakrefst WeakKeyDictionaryt
ReferenceTypet ProxyTypet CallableProxyTypet
ProxyTypest WeakValueDictionaryc B s¹ t Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z d „ Z e
d „ Z d „ Z d
„ Z
d „ Z d „ Z d
„ Z d „ Z d „ Z e
d „ Z e
d „ Z d „ Z RS( s› Mapping class that references values weakly.
Entries in the dictionary will be discarded when no strong
reference to the value exists anymore
c O s5 t | ƒ d „ } | | _ t i i | | | Ž d S( Nc C s+ | ƒ } | d j o | i | i =n d S( N( t selfreft selft Nonet datat wrt key( R R
R ( ( t /usr/lib64/python2.4/weakref.pyt remove. s
( R R R t _removet UserDictt __init__t argst kw( R R R R ( ( R R - s c C s2 | i | ƒ } | d j o
t | ‚ n | Sd S( N( R R
R t oR t KeyError( R R R ( ( R t __getitem__5 s
c C s8 y | i | ƒ } Wn t j
o t Sn X| d j S( N( R R
R R R t FalseR ( R R R ( ( R t __contains__<