massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / scribe / scribe.pyi
1 from typing import Any\r
2 \r
3 import fb303.FacebookService\r
4 from .ttypes import *  # noqa: F403\r
5 from thrift.Thrift import TProcessor  # type: ignore  # We don't have thrift stubs in typeshed\r
6 \r
7 class Iface(fb303.FacebookService.Iface):\r
8     def Log(self, messages): ...\r
9 \r
10 class Client(fb303.FacebookService.Client, Iface):\r
11     def __init__(self, iprot, oprot=...) -> None: ...\r
12     def Log(self, messages): ...\r
13     def send_Log(self, messages): ...\r
14     def recv_Log(self): ...\r
15 \r
16 class Processor(fb303.FacebookService.Processor, Iface, TProcessor):\r
17     def __init__(self, handler) -> None: ...\r
18     def process(self, iprot, oprot): ...\r
19     def process_Log(self, seqid, iprot, oprot): ...\r
20 \r
21 class Log_args:\r
22     thrift_spec = ...  # type: Any\r
23     messages = ...  # type: Any\r
24     def __init__(self, messages=...) -> None: ...\r
25     def read(self, iprot): ...\r
26     def write(self, oprot): ...\r
27     def validate(self): ...\r
28     def __eq__(self, other): ...\r
29     def __ne__(self, other): ...\r
30 \r
31 class Log_result:\r
32     thrift_spec = ...  # type: Any\r
33     success = ...  # type: Any\r
34     def __init__(self, success=...) -> None: ...\r
35     def read(self, iprot): ...\r
36     def write(self, oprot): ...\r
37     def validate(self): ...\r
38     def __eq__(self, other): ...\r
39     def __ne__(self, other): ...\r