┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
lin150.itlinks.com
LOCATION:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/compat
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: setup.py
def configuration(parent_package='',top_path=None): from numpy.distutils.misc_util import Configuration config = Configuration('compat', parent_package, top_path) config.add_subpackage('tests') return config if __name__ == '__main__': from numpy.distutils.core import setup setup(configuration=configuration)
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __pycache__/
DIR
—
2026-09-09 21:46
📁 tests/
DIR
—
2026-09-08 23:51
📄 __init__.py
PY
448 B
2026-08-21 11:54
EDIT
📄 py3k.py
PY
3.7 KB
2026-08-21 11:54
EDIT
📄 setup.py
PY
335 B
2026-08-21 11:54
EDIT