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/lib2to3/fixes/fix_raise.pyc
��
���Lc@s{dZddklZddklZddklZddklZlZl	Z	l
Z
lZdeifd��YZ
dS(	s-Fixer for 'raise E, V, T'

raise         -> raise
raise E       -> raise E
raise E, V    -> raise E(V)
raise E, V, T -> raise E(V).with_traceback(T)

raise (((E, E'), E''), E'''), V -> raise E(V)
raise "foo", V, T               -> warns about string exceptions


CAVEATS:
1) "raise E, V" will be incorrectly translated if V is an exception
   instance. The correct Python 3 idiom is

        raise E from V

   but since we can't detect instance-hood by syntax alone and since
   any client code would have to be changed as well, we don't automate
   this.
i(tpytree(ttoken(t
fixer_base(tNametCalltAttrtArgListtis_tupletFixRaisecBseZdZd�ZRS(sB
    raise_stmt< 'raise' exc=any [',' val=any [',' tb=any]] >
    c
	Cs�|i}|di�}|itijo|i|d�dSt|�o<x,t|�o|ididi�}qQWd|_nd|jo2t	i
|itd�|g�}|i|_|S|di�}t|�o5g}|idd!D]}||i�q�~}	nd	|_|g}	d
|jo�|d
i�}
d	|
_t
||	�}t|td��t|
g�g}t	i
|itd�g|�}|i|_|St	i
|itd�t
||	�gd|i�SdS(
Ntexcs+Python 3 does not support string exceptionsiit tvaluraisei����uttbuwith_tracebacktprefix(tsymstclonettypeRtSTRINGtcannot_convertRtchildrenR
RtNodet
raise_stmtRRRRtsimple_stmt(
tselftnodetresultsRR	tnewRt_[1]tctargsRtetwith_tb((s//usr/lib64/python2.6/lib2to3/fixes/fix_raise.pyt	transform$s<	



!
5		
	%"(t__name__t
__module__tPATTERNR (((s//usr/lib64/python2.6/lib2to3/fixes/fix_raise.pyRsN(t__doc__tRtpgen2RRt
fixer_utilRRRRRtBaseFixR(((s//usr/lib64/python2.6/lib2to3/fixes/fix_raise.pyt<module>s
(