X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/polynomial
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
polynomial
/
??
..
??
__init__.py
(6.62 KB)
??
__init__.pyi
(701 B)
??
__pycache__
??
_polybase.py
(38.35 KB)
??
_polybase.pyi
(2.27 KB)
??
chebyshev.py
(61.32 KB)
??
chebyshev.pyi
(1.35 KB)
??
hermite.py
(51.28 KB)
??
hermite.pyi
(1.19 KB)
??
hermite_e.py
(51.41 KB)
??
hermite_e.pyi
(1.21 KB)
??
laguerre.py
(49.67 KB)
??
laguerre.pyi
(1.15 KB)
??
legendre.py
(50.34 KB)
??
legendre.pyi
(1.15 KB)
??
polynomial.py
(47.96 KB)
??
polynomial.pyi
(1.11 KB)
??
polyutils.py
(22.69 KB)
??
polyutils.pyi
(264 B)
??
setup.py
(373 B)
??
tests
Editing: setup.py
def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration config = Configuration('polynomial', parent_package, top_path) config.add_subpackage('tests') config.add_data_files('*.pyi') return config if __name__ == '__main__': from numpy.distutils.core import setup setup(configuration=configuration)
Upload File
Create Folder