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_itertools.pyo |
��
���Lc @ sC d Z d d k l Z d d k l Z d e i f d � � YZ d S( sT Fixer for itertools.(imap|ifilter|izip) --> (map|filter|zip) and
itertools.ifilterfalse --> itertools.filterfalse (bugs 2360-2363)
imports from itertools are fixed in fix_itertools_import.py
If itertools is imported as something else (ie: import itertools as it;
it.izip(spam, eggs)) method calls will not get fixed.
i ( t
fixer_base( t Namet FixItertoolsc B s* e Z d Z d e � Z d Z d � Z RS( s( ('imap'|'ifilter'|'izip'|'ifilterfalse')s�
power< it='itertools'
trailer<
dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
|
power< func=%(it_funcs)s trailer< '(' [any] ')' > >
i c C s� d } | d d } d | j oV | i d j oF | d | d } } | i } | i � | i � | i i | � n | p | i } | i t | i d d | �� d S( Nt funci t itu ifilterfalset doti t prefix( t Nonet valueR t removet parentt replaceR ( t selft nodet resultsR R R R ( ( s3 /usr/lib64/python2.6/lib2to3/fixes/fix_itertools.pyt transform s
( t __name__t
__module__t it_funcst localst PATTERNt run_orderR ( ( ( s3 /usr/lib64/python2.6/lib2to3/fixes/fix_itertools.pyR s
N( t __doc__t R t
fixer_utilR t BaseFixR ( ( ( s3 /usr/lib64/python2.6/lib2to3/fixes/fix_itertools.pyt <module> s