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/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
U
,an5 @ s d Z ddlZddlZddlZddlZddlZddlmZ dddgZ ddd Z
dd
dZdd ZdddZ
dddZdd Zedkree Zee dS )a Module/script to byte-compile all .py files to .pyc files.
When called as a script with arguments, this compiles the directories
given as arguments recursively; the -l option prevents it from
recursing into directories.
Without arguments, if compiles all modules on sys.path, without
recursing into subdirectories. (Even though it should do so for
packages -- for now, you'll have to deal with packages separately.)
See module py_compile for details of the actual byte-compilation.
N)partialcompile_dircompile_filecompile_path
c c s |dk rt | tjrt| } |s0td| zt| }W n. tk
rl |dk rdtd| g }Y nX | |D ]}|dkrqztj
| |}|d k rtj
||}nd }tj |s||fV qz|dkrz|tjkrz|tj
krztj |rztj |szt|||d |dE d H qzd S )N zListing {!r}...zCan't list {!r}__pycache__r )ddir maxlevelsquiet)
isinstanceosPathLikefspathprintformatlistdirOSErrorsortpathjoinisdircurdirpardirislink _walk_dir)dirr
r r namesnamefullnamedfile r" //opt/alt/python38/lib64/python3.8/compileall.pyr s:
r Fr c
C s d}
|dk rt d|dkrFzddlm}
W n tk
rD d}Y nX t| |||d}d}|dkr|
dk r|ppd}|
|d0}
|
tt|||||| d |}t|dd
}W 5 Q R X n(|D ]"\}}t |||||||| sd}q|S )a Byte-compile all modules in the given directory tree.
Arguments (only dir is required):
dir: the directory to byte-compile
maxlevels: maximum recursion level (default 10)
ddir: the directory that will be prepended to the path to the
file as it is compiled into each byte-code file.
force: if True, force compilation, even if timestamps are up-to-date
quiet: full output with False or 0, errors only with 1,
no output with 2
legacy: if True, produce legacy pyc paths instead of PEP 3147 paths
optimize: optimization level or -1 for level of the interpreter
workers: maximum number of parallel workers
invalidation_mode: how the up-to-dateness of the pyc will be checked
Nr z%workers must be greater or equal to 0r )ProcessPoolExecutor)r r r
T)Zmax_workers)forcerxr legacyoptimizeinvalidation_mode)defaultF)
ValueErrorZconcurrent.futuresr% ImportErrorr mapr _compile_file_tupleminr )r r r
r&