massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / scribe / scribe.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/scribe/scribe.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/third_party/2/scribe/scribe.pyi
new file mode 100644 (file)
index 0000000..54cf3da
--- /dev/null
@@ -0,0 +1,39 @@
+from typing import Any\r
+\r
+import fb303.FacebookService\r
+from .ttypes import *  # noqa: F403\r
+from thrift.Thrift import TProcessor  # type: ignore  # We don't have thrift stubs in typeshed\r
+\r
+class Iface(fb303.FacebookService.Iface):\r
+    def Log(self, messages): ...\r
+\r
+class Client(fb303.FacebookService.Client, Iface):\r
+    def __init__(self, iprot, oprot=...) -> None: ...\r
+    def Log(self, messages): ...\r
+    def send_Log(self, messages): ...\r
+    def recv_Log(self): ...\r
+\r
+class Processor(fb303.FacebookService.Processor, Iface, TProcessor):\r
+    def __init__(self, handler) -> None: ...\r
+    def process(self, iprot, oprot): ...\r
+    def process_Log(self, seqid, iprot, oprot): ...\r
+\r
+class Log_args:\r
+    thrift_spec = ...  # type: Any\r
+    messages = ...  # type: Any\r
+    def __init__(self, messages=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r
+\r
+class Log_result:\r
+    thrift_spec = ...  # type: Any\r
+    success = ...  # type: Any\r
+    def __init__(self, success=...) -> None: ...\r
+    def read(self, iprot): ...\r
+    def write(self, oprot): ...\r
+    def validate(self): ...\r
+    def __eq__(self, other): ...\r
+    def __ne__(self, other): ...\r