massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / google / protobuf / source_context_pb2.pyi
1 from google.protobuf.message import (\r
2     Message,\r
3 )\r
4 from typing import (\r
5     Optional,\r
6     Text,\r
7 )\r
8 \r
9 \r
10 class SourceContext(Message):\r
11     file_name = ...  # type: Text\r
12 \r
13     def __init__(self,\r
14                  file_name: Optional[Text] = ...,\r
15                  ) -> None: ...\r
16 \r
17     @classmethod\r
18     def FromString(cls, s: bytes) -> SourceContext: ...\r