massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2and3 / google / protobuf / reflection.pyi
1 class GeneratedProtocolMessageType(type):\r
2     def __new__(cls, name, bases, dictionary): ...\r
3     def __init__(cls, name, bases, dictionary) -> None: ...\r
4 \r
5 def ParseMessage(descriptor, byte_str): ...\r
6 def MakeClass(descriptor): ...\r