File "install_lib.cpython-37.opt-1.pyc"
Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/opt/alt/python37/lib64/python3.7/distutils/command/__pycache__/install_lib.cpython-37.opt-1.pyc
File size: 4.96 KB
MIME-type: text/x-bytecode.python
Charset: 8 bit
B
f @ sL d Z ddlZddlZddlZddlmZ ddlmZ dZ G dd deZ
dS )zkdistutils.command.install_lib
Implements the Distutils 'install_lib' command
(install all Python modules). N)Command)DistutilsOptionErrorz.pyc @ s e Zd ZdZdddddddgZd d
dgZdd
iZd
d Zdd Zdd Z dd Z
dd Zdd Zdd Z
dd Zdd Zdd Zd!S )"install_libz7install all Python modules (extensions and pure Python))zinstall-dir=dzdirectory to install to)z
build-dir=bz'build directory (where to install from))forcefz-force installation (overwrite existing files))compileczcompile .py to .pyc [default])z
no-compileNzdon't compile .py files)z optimize=Ozlalso compile with optimization: -O1 for "python -O", -O2 for "python -OO", and -O0 to disable [default: -O0])z
skip-buildNzskip the build stepsr r z
skip-buildz
no-compilec C s( d | _ d | _d| _d | _d | _d | _d S )Nr )install_dir build_dirr r optimize
skip_build)self r B/opt/alt/python37/lib64/python3.7/distutils/command/install_lib.pyinitialize_options3 s zinstall_lib.initialize_optionsc C s | ddddddd | jd kr&d| _| jd kr6d | _t| jtsyt| j| _| jd
kr^tW n ttfk
r tdY nX d S )Ninstall) build_libr
)r r )r r )r r )r r )r r TF)r zoptimize must be 0, 1, or 2)Zset_undefined_optionsr r
isinstanceintAssertionError
ValueErrorr )r r r r finalize_options<