PATH: //opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/polynomial
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 __init__.py
↓
X
📄 __init__.pyi
↓
X
📁 __pycache__/
X
📄 _polybase.py
↓
X
📄 _polybase.pyi
↓
X
📄 chebyshev.py
↓
X
📄 chebyshev.pyi
↓
X
📄 hermite.py
↓
X
📄 hermite.pyi
↓
X
📄 hermite_e.py
↓
X
📄 hermite_e.pyi
↓
X
📄 laguerre.py
↓
X
📄 laguerre.pyi
↓
X
📄 legendre.py
↓
X
📄 legendre.pyi
↓
X
📄 polynomial.py
↓
X
📄 polynomial.pyi
↓
X
📄 polyutils.py
↓
X
📄 polyutils.pyi
↓
X
📄 setup.py
↓
X
📁 tests/
X
SAVING...
BERHASIL DIUBAH!
EDITING: __init__.pyi
from numpy._pytesttester import PytestTester from numpy.polynomial import ( chebyshev as chebyshev, hermite as hermite, hermite_e as hermite_e, laguerre as laguerre, legendre as legendre, polynomial as polynomial, ) from numpy.polynomial.chebyshev import Chebyshev as Chebyshev from numpy.polynomial.hermite import Hermite as Hermite from numpy.polynomial.hermite_e import HermiteE as HermiteE from numpy.polynomial.laguerre import Laguerre as Laguerre from numpy.polynomial.legendre import Legendre as Legendre from numpy.polynomial.polynomial import Polynomial as Polynomial __all__: list[str] __path__: list[str] test: PytestTester def set_default_printstyle(style): ...
SIMPAN PERUBAHAN