Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lib /
python3.11 /
dist-packages /
scipy /
io /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-04-08 17:00
_fast_matrix_market
[ DIR ]
drwxr-xr-x
2025-04-08 17:00
_harwell_boeing
[ DIR ]
drwxr-xr-x
2025-04-08 17:00
arff
[ DIR ]
drwxr-xr-x
2025-04-08 17:00
matlab
[ DIR ]
drwxr-xr-x
2025-04-08 17:00
tests
[ DIR ]
drwxr-xr-x
2025-04-08 17:00
__init__.py
2.67
KB
-rw-r--r--
2025-04-08 17:00
_fortran.py
10.64
KB
-rw-r--r--
2025-04-08 17:00
_idl.py
26.44
KB
-rw-r--r--
2025-04-08 17:00
_mmio.py
31.34
KB
-rw-r--r--
2025-04-08 17:00
_netcdf.py
38.3
KB
-rw-r--r--
2025-04-08 17:00
_test_fortran.cpython-311-x86_64-linux-gnu.so
62.04
KB
-rwxr-xr-x
2025-04-08 17:00
harwell_boeing.py
538
B
-rw-r--r--
2025-04-08 17:00
idl.py
504
B
-rw-r--r--
2025-04-08 17:00
mmio.py
526
B
-rw-r--r--
2025-04-08 17:00
netcdf.py
533
B
-rw-r--r--
2025-04-08 17:00
wavfile.py
27.98
KB
-rw-r--r--
2025-04-08 17:00
Save
Rename
# This file is not meant for public use and will be removed in SciPy v2.0.0. # Use the `scipy.io` namespace for importing the functions # included below. from scipy._lib.deprecation import _sub_module_deprecation __all__ = ["netcdf_file", "netcdf_variable"] # noqa: F822 def __dir__(): return __all__ def __getattr__(name): return _sub_module_deprecation(sub_package="io", module="netcdf", private_modules=["_netcdf"], all=__all__, attribute=name)