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 /
numpy /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
_core
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
_pyinstaller
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
_typing
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
_utils
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
char
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
compat
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
core
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
distutils
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
doc
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
f2py
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
fft
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
lib
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
linalg
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
ma
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
matrixlib
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
polynomial
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
random
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
rec
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
strings
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
testing
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
tests
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
typing
[ DIR ]
drwxr-xr-x
2025-04-08 17:01
__config__.py
5.01
KB
-rw-r--r--
2025-04-08 17:01
__init__.cython-30.pxd
44.71
KB
-rw-r--r--
2025-04-08 17:01
__init__.pxd
41.42
KB
-rw-r--r--
2025-04-08 17:01
__init__.py
21.49
KB
-rw-r--r--
2025-04-08 17:01
__init__.pyi
146.93
KB
-rw-r--r--
2025-04-08 17:01
_array_api_info.py
10.14
KB
-rw-r--r--
2025-04-08 17:01
_array_api_info.pyi
4.91
KB
-rw-r--r--
2025-04-08 17:01
_configtool.py
1007
B
-rw-r--r--
2025-04-08 17:01
_distributor_init.py
407
B
-rw-r--r--
2025-04-08 17:01
_expired_attrs_2_0.py
3.82
KB
-rw-r--r--
2025-04-08 17:01
_globals.py
3.02
KB
-rw-r--r--
2025-04-08 17:01
_pytesttester.py
6.14
KB
-rw-r--r--
2025-04-08 17:01
_pytesttester.pyi
489
B
-rw-r--r--
2025-04-08 17:01
conftest.py
8.21
KB
-rw-r--r--
2025-04-08 17:01
ctypeslib.py
17.21
KB
-rw-r--r--
2025-04-08 17:01
ctypeslib.pyi
7.86
KB
-rw-r--r--
2025-04-08 17:01
dtypes.py
1.28
KB
-rw-r--r--
2025-04-08 17:01
dtypes.pyi
13.72
KB
-rw-r--r--
2025-04-08 17:01
exceptions.py
7.69
KB
-rw-r--r--
2025-04-08 17:01
exceptions.pyi
639
B
-rw-r--r--
2025-04-08 17:01
matlib.py
10.44
KB
-rw-r--r--
2025-04-08 17:01
py.typed
0
B
-rw-r--r--
2025-04-08 17:01
version.py
293
B
-rw-r--r--
2025-04-08 17:01
version.pyi
476
B
-rw-r--r--
2025-04-08 17:01
Save
Rename
from typing import overload __all__: list[str] class ComplexWarning(RuntimeWarning): ... class ModuleDeprecationWarning(DeprecationWarning): ... class VisibleDeprecationWarning(UserWarning): ... class RankWarning(RuntimeWarning): ... class TooHardError(RuntimeError): ... class DTypePromotionError(TypeError): ... class AxisError(ValueError, IndexError): axis: None | int ndim: None | int @overload def __init__(self, axis: str, ndim: None = ..., msg_prefix: None = ...) -> None: ... @overload def __init__(self, axis: int, ndim: int, msg_prefix: None | str = ...) -> None: ... def __str__(self) -> str: ...