PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/distutils/command
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 autodist.py
↓
X
📄 bdist_rpm.py
↓
X
📄 build.py
↓
X
📄 build_clib.py
↓
X
📄 build_ext.py
↓
X
📄 build_py.py
↓
X
📄 build_scripts.py
↓
X
📄 build_src.py
↓
X
📄 config.py
↓
X
📄 config_compiler.py
↓
X
📄 develop.py
↓
X
📄 egg_info.py
↓
X
📄 install.py
↓
X
📄 install_clib.py
↓
X
📄 install_data.py
↓
X
📄 install_headers.py
↓
X
📄 sdist.py
↓
X
SAVING...
BERHASIL DIUBAH!
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
SIMPAN PERUBAHAN