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

Xet Storage Details

Size:
319 Bytes
·
Xet hash:
46386250f4fc94c6be0cde45bc162b3e140522bce02fb50342adc7eddd3435b7

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