PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/_typing
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _add_docstring.py
↓
X
📄 _array_like.py
↓
X
📄 _callable.pyi
↓
X
📄 _char_codes.py
↓
X
📄 _dtype_like.py
↓
X
📄 _extended_precision.py
↓
X
📄 _nbit.py
↓
X
📄 _nested_sequence.py
↓
X
📄 _scalars.py
↓
X
📄 _shape.py
↓
X
📄 _ufunc.pyi
↓
X
📄 setup.py
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: _nbit.py
"""A module with the precisions of platform-specific `~numpy.number`s.""" from typing import Any # To-be replaced with a `npt.NBitBase` subclass by numpy's mypy plugin _NBitByte = Any _NBitShort = Any _NBitIntC = Any _NBitIntP = Any _NBitInt = Any _NBitLongLong = Any _NBitHalf = Any _NBitSingle = Any _NBitDouble = Any _NBitLongDouble = Any
SIMPAN PERUBAHAN