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_except.pyo
��
���Lc@s�dZddklZddklZddklZddklZlZl	Z	l
Z
lZlZd�Z
deifd��YZd	S(
s�Fixer for except statements with named exceptions.

The following cases will be converted:

- "except E, T:" where T is a name:

    except E as T:

- "except E, T:" where T is not a name, tuple or list:

        except E as t:
            T = t

    This is done because the target of an "except" clause must be a
    name.

- "except E, T:" where T is a tuple or list literal:

        except E as t:
            T = t.args
i(tpytree(ttoken(t
fixer_base(tAssigntAttrtNametis_tupletis_listtsymsccsfx_t|�D]Q\}}|itijo2|ididjo|||dfVq^q
q
WdS(Niuexcepti(t	enumeratettypeRt
except_clausetchildrentvalue(tnodestitn((s0/usr/lib64/python2.6/lib2to3/fixes/fix_except.pytfind_exceptss

t	FixExceptcBseZdZd�ZRS(s1
    try_stmt< 'try' ':' (simple_stmt | suite)
                  cleanup=(except_clause ':' (simple_stmt | suite))+
                  tail=(['except' ':' (simple_stmt | suite)]
                        ['else' ':' (simple_stmt | suite)]
                        ['finally' ':' (simple_stmt | suite)]) >
    cCsO|i}g}|dD]}||i�q~}g}|dD]}||i�qC~}	x�t|	�D]�\}
}t|
i�djot|
idd!\}}
}|
itddd��|iti	jot|i
�dd�}|i�}d|_|i|�|i�}|i}x2t|�D]$\}}t
|ti�oPq/q/Wt|�p
t|�o"t|t|td	���}nt||�}x(t|| �D]}|id
|�q�W|i||�q|idjo
d|_qqlqlWg}|id D]}||i�q~|	|}ti|i|�S(Nttailtcleanupiiuastprefixu uuargsii(RtcloneRtlenRtreplaceRR
RtNAMEtnew_nameRR	t
isinstanceRtNodeRRRRtreversedtinsert_child(tselftnodetresultsRt_[1]RRt_[2]tchttry_cleanupRte_suitetEtcommatNtnew_Nttargettsuite_stmtsRtstmttassigntchildt_[3]tcR((s0/usr/lib64/python2.6/lib2to3/fixes/fix_except.pyt	transform.s<	++
	
	
	"6(t__name__t
__module__tPATTERNR2(((s0/usr/lib64/python2.6/lib2to3/fixes/fix_except.pyR$sN(t__doc__tRtpgen2RRt
fixer_utilRRRRRRRtBaseFixR(((s0/usr/lib64/python2.6/lib2to3/fixes/fix_except.pyt<module>s.