PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/lib
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __init__.pyi
↓
X
📁 __pycache__/
X
📄 _datasource.py
↓
X
📄 _iotools.py
↓
X
📄 _version.py
↓
X
📄 _version.pyi
↓
X
📄 arraypad.py
↓
X
📄 arraypad.pyi
↓
X
📄 arraysetops.py
↓
X
📄 arraysetops.pyi
↓
X
📄 arrayterator.py
↓
X
📄 arrayterator.pyi
↓
X
📄 format.py
↓
X
📄 format.pyi
↓
X
📄 function_base.py
↓
X
📄 function_base.pyi
↓
X
📄 histograms.py
↓
X
📄 histograms.pyi
↓
X
📄 index_tricks.py
↓
X
📄 index_tricks.pyi
↓
X
📄 mixins.py
↓
X
📄 mixins.pyi
↓
X
📄 nanfunctions.py
↓
X
📄 nanfunctions.pyi
↓
X
📄 npyio.py
↓
X
📄 npyio.pyi
↓
X
📄 polynomial.py
↓
X
📄 polynomial.pyi
↓
X
📄 recfunctions.py
↓
X
📄 scimath.py
↓
X
📄 scimath.pyi
↓
X
📄 setup.py
↓
X
📄 shape_base.py
↓
X
📄 shape_base.pyi
↓
X
📄 stride_tricks.py
↓
X
📄 stride_tricks.pyi
↓
X
📁 tests/
X
📄 twodim_base.py
↓
X
📄 twodim_base.pyi
↓
X
📄 type_check.py
↓
X
📄 type_check.pyi
↓
X
📄 ufunclike.py
↓
X
📄 ufunclike.pyi
↓
X
📄 user_array.py
↓
X
📄 utils.py
↓
X
📄 utils.pyi
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: format.pyi
from typing import Any, Literal, Final __all__: list[str] EXPECTED_KEYS: Final[set[str]] MAGIC_PREFIX: Final[bytes] MAGIC_LEN: Literal[8] ARRAY_ALIGN: Literal[64] BUFFER_SIZE: Literal[262144] # 2**18 def magic(major, minor): ... def read_magic(fp): ... def dtype_to_descr(dtype): ... def descr_to_dtype(descr): ... def header_data_from_array_1_0(array): ... def write_array_header_1_0(fp, d): ... def write_array_header_2_0(fp, d): ... def read_array_header_1_0(fp): ... def read_array_header_2_0(fp): ... def write_array(fp, array, version=..., allow_pickle=..., pickle_kwargs=...): ... def read_array(fp, allow_pickle=..., pickle_kwargs=...): ... def open_memmap(filename, mode=..., dtype=..., shape=..., fortran_order=..., version=...): ...
SIMPAN PERUBAHAN