All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.python.types.typeshed.third_party.2and3.google.protobuf.unittest_mset_wire_format_pb2.pyi Maven / Gradle / Ivy

There is a newer version: 4.17.0.14845
Show newest version
from google.protobuf.message import Message
from typing import Optional

class TestMessageSet(Message):
    def __init__(self,) -> None: ...

class TestMessageSetWireFormatContainer(Message):
    @property
    def message_set(self) -> TestMessageSet: ...
    def __init__(self, message_set: Optional[TestMessageSet] = ...) -> None: ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy