Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
local
/
lib64
/
python3.9
/
site-packages
/
numpy
/
typing
/
tests
/
data
/
pass
đ€ Upload
đ New File
đ New Folder
Close
Editing: lib_utils.py
from __future__ import annotations from io import StringIO import numpy as np import numpy.lib.array_utils as array_utils FILE = StringIO() AR = np.arange(10, dtype=np.float64) def func(a: int) -> bool: return True array_utils.byte_bounds(AR) array_utils.byte_bounds(np.float64()) np.info(1, output=FILE)
Save
Cancel