OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
hps
/
bfaces
/
.venv
/
lib
/
python3.10
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
fail
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/24/2024 01:46:40 PM
rwxr-xr-x
📄
arithmetic.pyi
3.76 KB
10/24/2024 01:46:37 PM
rw-r--r--
📄
array_constructors.pyi
1.06 KB
10/24/2024 01:46:37 PM
rw-r--r--
📄
array_like.pyi
455 bytes
10/24/2024 01:46:37 PM
rw-r--r--
📄
array_pad.pyi
132 bytes
10/24/2024 01:46:37 PM
rw-r--r--
📄
arrayprint.pyi
549 bytes
10/24/2024 01:46:37 PM
rw-r--r--
📄
arrayterator.pyi
480 bytes
10/24/2024 01:46:37 PM
rw-r--r--
📄
bitwise_ops.pyi
515 bytes
10/24/2024 01:46:37 PM
rw-r--r--
📄
char.pyi
2.55 KB
10/24/2024 01:46:37 PM
rw-r--r--
📄
chararray.pyi
2.24 KB
10/24/2024 01:46:38 PM
rw-r--r--
📄
comparisons.pyi
888 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
constants.pyi
286 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
datasource.pyi
395 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
dtype.pyi
334 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
einsumfunc.pyi
737 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
false_positives.pyi
366 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
flatiter.pyi
843 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
fromnumeric.pyi
5.46 KB
10/24/2024 01:46:38 PM
rw-r--r--
📄
histograms.pyi
367 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
index_tricks.pyi
509 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
lib_function_base.pyi
2.03 KB
10/24/2024 01:46:38 PM
rw-r--r--
📄
lib_polynomial.pyi
913 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
lib_utils.pyi
276 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
lib_version.pyi
158 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
linalg.pyi
1.29 KB
10/24/2024 01:46:38 PM
rw-r--r--
📄
memmap.pyi
159 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
modules.pyi
652 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
multiarray.pyi
1.65 KB
10/24/2024 01:46:38 PM
rw-r--r--
📄
ndarray.pyi
405 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
ndarray_misc.pyi
1.34 KB
10/24/2024 01:46:38 PM
rw-r--r--
📄
nditer.pyi
325 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
nested_sequence.pyi
427 bytes
10/24/2024 01:46:38 PM
rw-r--r--
📄
npyio.pyi
780 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
numerictypes.pyi
341 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
random.pyi
2.76 KB
10/24/2024 01:46:39 PM
rw-r--r--
📄
rec.pyi
704 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
scalars.pyi
2.88 KB
10/24/2024 01:46:39 PM
rw-r--r--
📄
shape_base.pyi
152 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
stride_tricks.pyi
315 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
testing.pyi
1.34 KB
10/24/2024 01:46:39 PM
rw-r--r--
📄
twodim_base.pyi
899 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
type_check.pyi
379 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
ufunc_config.pyi
733 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
ufunclike.pyi
679 bytes
10/24/2024 01:46:39 PM
rw-r--r--
📄
ufuncs.pyi
1.32 KB
10/24/2024 01:46:39 PM
rw-r--r--
📄
warnings_and_errors.pyi
174 bytes
10/24/2024 01:46:39 PM
rw-r--r--
Editing: char.pyi
Close
import numpy as np import numpy.typing as npt AR_U: npt.NDArray[np.str_] AR_S: npt.NDArray[np.bytes_] np.char.equal(AR_U, AR_S) # E: incompatible type np.char.not_equal(AR_U, AR_S) # E: incompatible type np.char.greater_equal(AR_U, AR_S) # E: incompatible type np.char.less_equal(AR_U, AR_S) # E: incompatible type np.char.greater(AR_U, AR_S) # E: incompatible type np.char.less(AR_U, AR_S) # E: incompatible type np.char.encode(AR_S) # E: incompatible type np.char.decode(AR_U) # E: incompatible type np.char.join(AR_U, b"_") # E: incompatible type np.char.join(AR_S, "_") # E: incompatible type np.char.ljust(AR_U, 5, fillchar=b"a") # E: incompatible type np.char.ljust(AR_S, 5, fillchar="a") # E: incompatible type np.char.rjust(AR_U, 5, fillchar=b"a") # E: incompatible type np.char.rjust(AR_S, 5, fillchar="a") # E: incompatible type np.char.lstrip(AR_U, chars=b"a") # E: incompatible type np.char.lstrip(AR_S, chars="a") # E: incompatible type np.char.strip(AR_U, chars=b"a") # E: incompatible type np.char.strip(AR_S, chars="a") # E: incompatible type np.char.rstrip(AR_U, chars=b"a") # E: incompatible type np.char.rstrip(AR_S, chars="a") # E: incompatible type np.char.partition(AR_U, b"a") # E: incompatible type np.char.partition(AR_S, "a") # E: incompatible type np.char.rpartition(AR_U, b"a") # E: incompatible type np.char.rpartition(AR_S, "a") # E: incompatible type np.char.replace(AR_U, b"_", b"-") # E: incompatible type np.char.replace(AR_S, "_", "-") # E: incompatible type np.char.split(AR_U, b"_") # E: incompatible type np.char.split(AR_S, "_") # E: incompatible type np.char.rsplit(AR_U, b"_") # E: incompatible type np.char.rsplit(AR_S, "_") # E: incompatible type np.char.count(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.count(AR_S, "a", end=9) # E: incompatible type np.char.endswith(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.endswith(AR_S, "a", end=9) # E: incompatible type np.char.startswith(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.startswith(AR_S, "a", end=9) # E: incompatible type np.char.find(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.find(AR_S, "a", end=9) # E: incompatible type np.char.rfind(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.rfind(AR_S, "a", end=9) # E: incompatible type np.char.index(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.index(AR_S, "a", end=9) # E: incompatible type np.char.rindex(AR_U, b"a", start=[1, 2, 3]) # E: incompatible type np.char.rindex(AR_S, "a", end=9) # E: incompatible type