Your IP : 18.217.76.105


Current Path : /lib64/python2.7/lib2to3/fixes/
Upload File :
Current File : //lib64/python2.7/lib2to3/fixes/fix_apply.pyc

�
�mec@sodZddlmZddlmZddlmZddlmZmZm	Z	dej
fd��YZdS(	sIFixer for apply().

This converts apply(func, v, k) into (func)(*v, **k).i(tpytree(ttoken(t
fixer_base(tCalltCommatparenthesizetFixApplycBseZeZdZd�ZRS(s.
    power< 'apply'
        trailer<
            '('
            arglist<
                (not argument<NAME '=' any>) func=any ','
                (not argument<NAME '=' any>) args=any [','
                (not argument<NAME '=' any>) kwds=any] [',']
            >
            ')'
        >
    >
    c	CsV|j}|st�|d}|d}|jd�}|j}|j�}|jtj|jfkr�|j|j	ks�|j
djtjkr�t|�}nd|_|j�}d|_|dk	r�|j�}d|_ntjtjd�|g}|dk	rC|jt�tjtjd�|g�d|d_nt||d	|�S(
Ntfunctargstkwdsi����tu*u**u tprefix(tsymstAssertionErrortgetRtclonettypeRtNAMEtatomtpowertchildrent
DOUBLESTARRtNoneRtLeaftSTARtextendRR(	tselftnodetresultsRRRR	Rt	l_newargs((s//usr/lib64/python2.7/lib2to3/fixes/fix_apply.pyt	transforms0	

			
(t__name__t
__module__tTruet
BM_compatibletPATTERNR(((s//usr/lib64/python2.7/lib2to3/fixes/fix_apply.pyRsN(t__doc__R
Rtpgen2RRt
fixer_utilRRRtBaseFixR(((s//usr/lib64/python2.7/lib2to3/fixes/fix_apply.pyt<module>s