Buckets:
| """ | |
| This is part of the MSS Python's module. | |
| Source: https://github.com/BoboTiG/python-mss | |
| """ | |
| import collections | |
| from typing import Any, Dict, List, Tuple | |
| Monitor = Dict[str, int] | |
| Monitors = List[Monitor] | |
| Pixel = Tuple[int, int, int] | |
| Pixels = List[Pixel] | |
| Pos = collections.namedtuple("Pos", "left, top") | |
| Size = collections.namedtuple("Size", "width, height") | |
| CFunctions = Dict[str, Tuple[str, List[Any], Any]] | |
Xet Storage Details
- Size:
- 434 Bytes
- Xet hash:
- 8d72d948df33403ff10b64a3e4b996dca9a3db2c56bbf8155e815475a549034b
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.