Buckets:
| from typing import cast | |
| from enum import Enum | |
| class JoinStyle(str, Enum): | |
| miter = "miter" | |
| round = "round" | |
| bevel = "bevel" | |
| @staticmethod | |
| def demo() -> None: ... | |
| class CapStyle(str, Enum): | |
| butt = "butt" | |
| projecting = "projecting" | |
| round = "round" | |
| @staticmethod | |
| def demo() -> None: ... | |
Xet Storage Details
- Size:
- 326 Bytes
- Xet hash:
- ff944217ef3fd7b1a28f2bb66a2452d780cf76f73627631cfe8524ef2aa11e6f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.