/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
numpy
/
compat
/
/usr/local/lib64/python3.6/site-packages/numpy/compat
mkdir
upload
Name
Size
Mode
Actions
tests/
-
0755
rm
__pycache__/
-
0755
rm
py3k.py
5458
0644
edit
dl
rm
setup.py
335
0644
edit
dl
rm
_inspect.py
7447
0644
edit
dl
rm
__init__.py
432
0644
edit
dl
rm
Edit:
/usr/local/lib64/python3.6/site-packages/numpy/compat/__init__.py
(432B)
""" Compatibility module. This module contains duplicated code from Python itself or 3rd party extensions, which may be included for the following reasons: * compatibility * we may only need a small subset of the copied library/module """ from . import _inspect from . import py3k from ._inspect import getargspec, formatargspec from .py3k import * __all__ = [] __all__.extend(_inspect.__all__) __all__.extend(py3k.__all__)
Save
cmd:
run