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

Xet Storage Details

Size:
343 Bytes
·
Xet hash:
cbf7458bdec62ebdad85915c8e2c85cdbdc70fe6e34f92d45368d9f5ef2d0552

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