massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / kazoo / recipe / watchers.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/kazoo/recipe/watchers.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/kazoo/recipe/watchers.pyi
new file mode 100644 (file)
index 0000000..44288bb
--- /dev/null
@@ -0,0 +1,21 @@
+from typing import Any\r
+\r
+log = ...  # type: Any\r
+\r
+class DataWatch:\r
+    def __init__(self, client, path, func=..., *args, **kwargs) -> None: ...\r
+    def __call__(self, func): ...\r
+\r
+class ChildrenWatch:\r
+    def __init__(self, client, path, func=..., allow_session_lost=..., send_event=...) -> None: ...\r
+    def __call__(self, func): ...\r
+\r
+class PatientChildrenWatch:\r
+    client = ...  # type: Any\r
+    path = ...  # type: Any\r
+    children = ...  # type: Any\r
+    time_boundary = ...  # type: Any\r
+    children_changed = ...  # type: Any\r
+    def __init__(self, client, path, time_boundary=...) -> None: ...\r
+    asy = ...  # type: Any\r
+    def start(self): ...\r