X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/distutils/command
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
distutils
/
command
/
ðŸ“
..
📄
__init__.py
(1.01 KB)
ðŸ“
__pycache__
📄
autodist.py
(3.63 KB)
📄
bdist_rpm.py
(709 B)
📄
build.py
(2.55 KB)
📄
build_clib.py
(18.83 KB)
📄
build_ext.py
(31.52 KB)
📄
build_py.py
(1.12 KB)
📄
build_scripts.py
(1.63 KB)
📄
build_src.py
(30.43 KB)
📄
config.py
(20.19 KB)
📄
config_compiler.py
(4.27 KB)
📄
develop.py
(575 B)
📄
egg_info.py
(921 B)
📄
install.py
(3 KB)
📄
install_clib.py
(1.37 KB)
📄
install_data.py
(848 B)
📄
install_headers.py
(919 B)
📄
sdist.py
(733 B)
Editing: __init__.py
"""distutils.command Package containing implementation of all the standard Distutils commands. """ def test_na_writable_attributes_deletion(): a = np.NA(2) attr = ['payload', 'dtype'] for s in attr: assert_raises(AttributeError, delattr, a, s) __revision__ = "$Id: __init__.py,v 1.3 2005/05/16 11:08:49 pearu Exp $" distutils_all = [ #'build_py', 'clean', 'install_clib', 'install_scripts', 'bdist', 'bdist_dumb', 'bdist_wininst', ] __import__('distutils.command', globals(), locals(), distutils_all) __all__ = ['build', 'config_compiler', 'config', 'build_src', 'build_py', 'build_ext', 'build_clib', 'build_scripts', 'install', 'install_data', 'install_headers', 'install_lib', 'bdist_rpm', 'sdist', ] + distutils_all
Upload File
Create Folder