massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / kazoo / recipe / watchers.pyi
1 from typing import Any\r
2 \r
3 log = ...  # type: Any\r
4 \r
5 class DataWatch:\r
6     def __init__(self, client, path, func=..., *args, **kwargs) -> None: ...\r
7     def __call__(self, func): ...\r
8 \r
9 class ChildrenWatch:\r
10     def __init__(self, client, path, func=..., allow_session_lost=..., send_event=...) -> None: ...\r
11     def __call__(self, func): ...\r
12 \r
13 class PatientChildrenWatch:\r
14     client = ...  # type: Any\r
15     path = ...  # type: Any\r
16     children = ...  # type: Any\r
17     time_boundary = ...  # type: Any\r
18     children_changed = ...  # type: Any\r
19     def __init__(self, client, path, time_boundary=...) -> None: ...\r
20     asy = ...  # type: Any\r
21     def start(self): ...\r