Buckets:
| """ | |
| This is part of the MSS Python's module. | |
| Source: https://github.com/BoboTiG/python-mss | |
| """ | |
| from typing import Any, Dict, Optional | |
| class ScreenShotError(Exception): | |
| """Error handling class.""" | |
| def __init__(self, message: str, /, *, details: Optional[Dict[str, Any]] = None) -> None: | |
| super().__init__(message) | |
| self.details = details or {} | |
Xet Storage Details
- Size:
- 381 Bytes
- Xet hash:
- b5085c7114c0738d00e1e8c8bbec0a47fa8f6aec41acdbe05d2c8a0085088e27
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.