Buckets:
| def __getattr__(attr_name): | |
| from numpy._core import numeric | |
| from ._utils import _raise_warning | |
| sentinel = object() | |
| ret = getattr(numeric, attr_name, sentinel) | |
| if ret is sentinel: | |
| raise AttributeError( | |
| f"module 'numpy.core.numeric' has no attribute {attr_name}") | |
| _raise_warning(attr_name, "numeric") | |
| return ret | |
Xet Storage Details
- Size:
- 360 Bytes
- Xet hash:
- 88b8a9b73c50caa0ed2423f82347b23f63b0f39aedd544d41fc5f9c9d5354650
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.