Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
3
\[
@ sV d Z ddlmZ ddlmZ ddlmZ ddlm Z m
Z
mZmZ G dd dej
ZdS ) a Fixer that changes filter(F, X) into list(filter(F, X)).
We avoid the transformation if the filter() call is directly contained
in iter(<>), list(<>), tuple(<>), sorted(<>), ...join(<>), or
for V in <>:.
NOTE: This is still not correct if the original code was depending on
filter(F, X) to return a string if X is a string and a tuple if X is a
tuple. That would require type inference, which we don't do. Let
Python 2.6 figure it out.
)
fixer_base)Node)python_symbols)NameArgListListCompin_special_contextc @ s e Zd ZdZdZdZdd ZdS ) FixFilterTaV
filter_lambda=power<
'filter'
trailer<
'('
arglist<
lambdef< 'lambda'
(fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
>
','
it=any
>
')'
>
[extra_trailers=trailer*]
>
|
power<
'filter'
trailer< '(' arglist< none='None' ',' seq=any > ')' >
[extra_trailers=trailer*]
>
|
power<
'filter'
args=trailer< '(' [any] ')' >
[extra_trailers=trailer*]
>
zfuture_builtins.filterc C s2 | j |rd S g }d|kr:x|d D ]}|j|j q$W d|krt|jdj |jdj |jdj |jdj }ttj|g| dd}nd|krttd td |d
j td }ttj|g| dd}nTt |rd S |d j }ttjtd|gdd}ttjtd
t
|gg| }d|_|j|_|S )NZextra_trailersZ
filter_lambdafpitZxp )prefixZnoneZ_fseqargsfilterlist)Zshould_skipappendZcloner getr symsZpowerr r r r
)selfZnodeZresultsZtrailerstnewr r 0/usr/lib64/python3.6/lib2to3/fixes/fix_filter.py transform: s4
zFixFilter.transformN)__name__
__module____qualname__Z
BM_compatibleZPATTERNZskip_onr r r r r r s r N)__doc__r r Zpytreer Zpygramr r Z
fixer_utilr r r r ZConditionalFixr r r r r s