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