Buckets:
| __all__ = ["NumpyVersion"] | |
| class NumpyVersion: | |
| vstring: str | |
| version: str | |
| major: int | |
| minor: int | |
| bugfix: int | |
| pre_release: str | |
| is_devversion: bool | |
| def __init__(self, vstring: str) -> None: ... | |
| def __lt__(self, other: str | NumpyVersion) -> bool: ... | |
| def __le__(self, other: str | NumpyVersion) -> bool: ... | |
| def __eq__(self, other: str | NumpyVersion) -> bool: ... # type: ignore[override] | |
| def __ne__(self, other: str | NumpyVersion) -> bool: ... # type: ignore[override] | |
| def __gt__(self, other: str | NumpyVersion) -> bool: ... | |
| def __ge__(self, other: str | NumpyVersion) -> bool: ... | |
Xet Storage Details
- Size:
- 641 Bytes
- Xet hash:
- a63446a9b29c8fdbfd1e47634cae6f41caf57fe0b8f038b36a4436f36c1b7051
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.