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

Xet Storage Details

Size:
335 Bytes
·
Xet hash:
2cacc8ecc16cda0dcc27cbe5b0e1e82e15724bbd566d60c1a251c73debc359f7

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