massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / scribe / ttypes.pyi
1 from typing import Any\r
2 \r
3 fastbinary = ...  # type: Any\r
4 \r
5 class ResultCode:\r
6     OK = ...  # type: Any\r
7     TRY_LATER = ...  # type: Any\r
8 \r
9 class LogEntry:\r
10     thrift_spec = ...  # type: Any\r
11     category = ...  # type: Any\r
12     message = ...  # type: Any\r
13     def __init__(self, category=..., message=...) -> None: ...\r
14     def read(self, iprot): ...\r
15     def write(self, oprot): ...\r
16     def validate(self): ...\r
17     def __eq__(self, other): ...\r
18     def __ne__(self, other): ...\r