massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / common / html5 / application_cache.pyi
1 from typing import Any
2
3 class ApplicationCache:
4     UNCACHED: int
5     IDLE: int
6     CHECKING: int
7     DOWNLOADING: int
8     UPDATE_READY: int
9     OBSOLETE: int
10     driver: Any
11     def __init__(self, driver) -> None: ...
12     @property
13     def status(self): ...