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

Xet Storage Details

Size:
335 Bytes
·
Xet hash:
806f0abe3cf99f02b964e1c862c9179fa1efd6d70c80eb1c84716fb012442eeb

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