$88 GRAYBYTE WORDPRESS FILE MANAGER $31

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/opt/alt/python34/lib64/python3.4/lib2to3/fixes/__pycache__/

HOME
Current File : /opt/alt/python34/lib64/python3.4/lib2to3/fixes/__pycache__//fix_map.cpython-34.pyc
�
j f��@sudZddlmZddlmZddlmZmZmZm	Z	ddl
mZGdd�dej
�ZdS)	aFixer that changes map(F, ...) into list(map(F, ...)) unless there
exists a 'from future_builtins import map' statement in the top-level
namespace.

As a special case, map(None, X) is changed into list(X).  (This is
necessary because the semantics are changed in this case -- the new
map(None, X) is equivalent to [(x,) for x in X].)

We avoid the transformation (except for the special case mentioned
above) if the map() 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
map(F, X, Y, ...) to go on until the longest argument is exhausted,
substituting None for missing values -- like zip(), it now stops as
soon as the shortest argument is exhausted.
�)�token)�
fixer_base)�Name�Call�ListComp�in_special_context)�python_symbolsc@s.eZdZdZdZdZdd�ZdS)�FixMapTa�
    map_none=power<
        'map'
        trailer< '(' arglist< 'None' ',' arg=any [','] > ')' >
    >
    |
    map_lambda=power<
        'map'
        trailer<
            '('
            arglist<
                lambdef< 'lambda'
                         (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any
                >
                ','
                it=any
            >
            ')'
        >
    >
    |
    power<
        'map' trailer< '(' [arglist=any] ')' >
    >
    zfuture_builtins.mapcCs�|j|�rdS|jjtjkrh|j|d�|j�}d|_tt	d�|g�}n	d|kr�t
|dj�|dj�|dj��}n�d|kr�|d	j�}n�d
|kr4|d
}|jtjkr4|jdjt
jkr4|jdjdkr4|j|d
�dSnt|�rDdS|j�}d|_tt	d�|g�}|j|_|S)NzYou should use a for loop here��listZ
map_lambdaZxp�fp�itZmap_none�arg�arglist��Nonezjcannot convert map(None, ...) with multiple arguments because map() now truncates to the shortest sequence)Zshould_skip�parent�type�symsZsimple_stmtZwarningZclone�prefixrrrrZchildrenr�NAME�valuer)�selfZnodeZresults�new�args�r�:/opt/alt/python34/lib64/python3.4/lib2to3/fixes/fix_map.py�	transform;s6	

	zFixMap.transformN)�__name__�
__module__�__qualname__Z
BM_compatibleZPATTERNZskip_onrrrrrr	sr	N)�__doc__Zpgen2rr
rZ
fixer_utilrrrrZpygramrrZConditionalFixr	rrrr�<module>s
"


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 May 2024 8.33 AM
root / linksafe
0755
__init__.cpython-34.pyc
0.139 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
__init__.cpython-34.pyo
0.139 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_apply.cpython-34.pyc
1.654 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_apply.cpython-34.pyo
1.625 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_asserts.cpython-34.pyc
1.33 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_asserts.cpython-34.pyo
1.33 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_basestring.cpython-34.pyc
0.671 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_basestring.cpython-34.pyo
0.671 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_buffer.cpython-34.pyc
0.819 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_buffer.cpython-34.pyo
0.819 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_callable.cpython-34.pyc
1.313 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_callable.cpython-34.pyo
1.313 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_dict.cpython-34.pyc
3.594 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_dict.cpython-34.pyo
3.498 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_except.cpython-34.pyc
2.982 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_except.cpython-34.pyo
2.982 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_exec.cpython-34.pyc
1.24 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_exec.cpython-34.pyo
1.211 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_execfile.cpython-34.pyc
1.807 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_execfile.cpython-34.pyo
1.777 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_exitfunc.cpython-34.pyc
2.404 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_exitfunc.cpython-34.pyo
2.404 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_filter.cpython-34.pyc
2.045 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_filter.cpython-34.pyo
2.045 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_funcattrs.cpython-34.pyc
0.982 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_funcattrs.cpython-34.pyo
0.982 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_future.cpython-34.pyc
0.795 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_future.cpython-34.pyo
0.795 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_getcwdu.cpython-34.pyc
0.798 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_getcwdu.cpython-34.pyo
0.798 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_has_key.cpython-34.pyc
3.106 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_has_key.cpython-34.pyo
3.077 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_idioms.cpython-34.pyc
4.055 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_idioms.cpython-34.pyo
3.964 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_import.cpython-34.pyc
2.947 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_import.cpython-34.pyo
2.947 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_imports.cpython-34.pyc
4.67 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_imports.cpython-34.pyo
4.67 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_imports2.cpython-34.pyc
0.558 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_imports2.cpython-34.pyo
0.558 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_input.cpython-34.pyc
0.979 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_input.cpython-34.pyo
0.979 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_intern.cpython-34.pyc
1.024 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_intern.cpython-34.pyo
1.024 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_isinstance.cpython-34.pyc
1.644 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_isinstance.cpython-34.pyo
1.644 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_itertools.cpython-34.pyc
1.585 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_itertools.cpython-34.pyo
1.585 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_itertools_imports.cpython-34.pyc
1.722 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_itertools_imports.cpython-34.pyo
1.681 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_long.cpython-34.pyc
0.721 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_long.cpython-34.pyo
0.721 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_map.cpython-34.pyc
2.776 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_map.cpython-34.pyo
2.776 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_metaclass.cpython-34.pyc
5.842 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_metaclass.cpython-34.pyo
5.796 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_methodattrs.cpython-34.pyc
0.96 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_methodattrs.cpython-34.pyo
0.96 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_ne.cpython-34.pyc
0.826 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_ne.cpython-34.pyo
0.826 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_next.cpython-34.pyc
3.229 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_next.cpython-34.pyo
3.2 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_nonzero.cpython-34.pyc
0.948 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_nonzero.cpython-34.pyo
0.948 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_numliterals.cpython-34.pyc
1.079 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_numliterals.cpython-34.pyo
1.079 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_operator.cpython-34.pyc
4.383 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_operator.cpython-34.pyo
4.383 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_paren.cpython-34.pyc
1.399 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_paren.cpython-34.pyo
1.399 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_print.cpython-34.pyc
2.544 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_print.cpython-34.pyo
2.452 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_raise.cpython-34.pyc
2.385 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_raise.cpython-34.pyo
2.385 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_raw_input.cpython-34.pyc
0.805 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_raw_input.cpython-34.pyo
0.805 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_reduce.cpython-34.pyc
1.13 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_reduce.cpython-34.pyo
1.13 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_reload.cpython-34.pyc
1.024 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_reload.cpython-34.pyo
1.024 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_renames.cpython-34.pyc
2.066 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_renames.cpython-34.pyo
2.066 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_repr.cpython-34.pyc
0.874 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_repr.cpython-34.pyo
0.874 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_set_literal.cpython-34.pyc
1.761 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_set_literal.cpython-34.pyo
1.761 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_standarderror.cpython-34.pyc
0.727 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_standarderror.cpython-34.pyo
0.727 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_sys_exc.cpython-34.pyc
1.455 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_sys_exc.cpython-34.pyo
1.455 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_throw.cpython-34.pyc
1.895 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_throw.cpython-34.pyo
1.895 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_tuple_params.cpython-34.pyc
4.95 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_tuple_params.cpython-34.pyo
4.95 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_types.cpython-34.pyc
1.964 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_types.cpython-34.pyo
1.964 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_unicode.cpython-34.pyc
1.617 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_unicode.cpython-34.pyo
1.617 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_urllib.cpython-34.pyc
6.384 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_urllib.cpython-34.pyo
6.384 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_ws_comma.cpython-34.pyc
1.19 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_ws_comma.cpython-34.pyo
1.19 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_xrange.cpython-34.pyc
2.649 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_xrange.cpython-34.pyo
2.649 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_xreadlines.cpython-34.pyc
1.139 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_xreadlines.cpython-34.pyo
1.139 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_zip.cpython-34.pyc
1.191 KB
17 Apr 2024 5.10 PM
root / linksafe
0644
fix_zip.cpython-34.pyo
1.191 KB
17 Apr 2024 5.10 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF