ranranrunforit's picture
download
raw
339 Bytes
def __getattr__(attr_name):
from numpy._core import arrayprint
from ._utils import _raise_warning
ret = getattr(arrayprint, attr_name, None)
if ret is None:
raise AttributeError(
f"module 'numpy.core.arrayprint' has no attribute {attr_name}")
_raise_warning(attr_name, "arrayprint")
return ret

Xet Storage Details

Size:
339 Bytes
·
Xet hash:
883aa900354e26e6eb1c360af3bbcdeb3b69e05206ee3f194e836ae44a1b9cb0

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.