Warning: Undefined array key "बहिः गच्छतु" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line
181
Current File : //usr/lib64/python2.6/weakref.pyo |
��
���Lc @ s� d Z d d k Z d d k l Z l Z l Z l Z l Z l Z l Z d d k
l Z e e f Z d 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://www.python.org/dev/peps/pep-0205/
i����N( t getweakrefcountt getweakrefst reft proxyt CallableProxyTypet ProxyTypet
ReferenceType( t ReferenceErrorR R R R t WeakKeyDictionaryR R R R t
ProxyTypest WeakValueDictionaryc B s� e Z d Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d 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 � 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 S s+ | � } | d j o | i | i =n d S( N( t Nonet datat key( t wrt selfreft self( ( s /usr/lib64/python2.6/weakref.pyt remove. s
( R t _removet UserDictt __init__( R t argst kwR ( ( s /usr/lib64/python2.6/weakref.pyR - s c C s2 | i | � } | d j o
t | � n | Sd S( N( R R t KeyError( R R
t o( ( s /usr/lib64/python2.6/weakref.pyt __getitem__5 s
c C s5 y | i | � } Wn t j
o t SX| d j S( N( R R t FalseR ( R R
R ( ( s /usr/lib64/python2.6/weakref.pyt __contains__<