PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
array_api
def configuration(parent_package="", top_path=None): from numpy.distutils.misc_util import Configuration config = Configuration("array_api", parent_package, top_path) config.add_subpackage("tests") return config if __name__ == "__main__": from numpy.distutils.core import setup setup(configuration=configuration)
[-] _searching_functions.py
[open]
[-] linalg.py
[open]
[+]
..
[-] _constants.py
[open]
[-] _utility_functions.py
[open]
[+]
__pycache__
[-] _indexing_functions.py
[open]
[+]
tests
[-] _creation_functions.py
[open]
[-] _manipulation_functions.py
[open]
[-] _set_functions.py
[open]
[-] _dtypes.py
[open]
[-] _typing.py
[open]
[-] _elementwise_functions.py
[open]
[-] _array_object.py
[open]
[-] _sorting_functions.py
[open]
[-] _data_type_functions.py
[open]
[-] _statistical_functions.py
[open]
[-] __init__.py
[open]
[-] setup.py
[open]