massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / protobuf / google / protobuf / reflection.pyi
1 class GeneratedProtocolMessageType(type):
2     def __new__(cls, name, bases, dictionary): ...
3     def __init__(self, name, bases, dictionary) -> None: ...
4
5 def ParseMessage(descriptor, byte_str): ...
6 def MakeClass(descriptor): ...