mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-18 14:29:47 +08:00
Add/fix types to a bunch of non-generated protobuf files (#7017)
This commit is contained in:
@@ -2,34 +2,8 @@
|
||||
# carefully in mypy-protobuf which internally runs stubtest. Skip those here.
|
||||
google.protobuf\..*_pb2\..*
|
||||
|
||||
google.protobuf.__version__
|
||||
google.protobuf.descriptor.Descriptor.__new__
|
||||
google.protobuf.descriptor.FieldDescriptor.__init__
|
||||
google.protobuf.descriptor.FieldDescriptor.__new__
|
||||
google.protobuf.descriptor.ServiceDescriptor.__new__
|
||||
google.protobuf.descriptor._NestedDescriptorBase.GetTopLevelContainingType
|
||||
google.protobuf.internal.containers.BaseContainer.sort
|
||||
google.protobuf.internal.containers.MessageMap.__init__
|
||||
google.protobuf.internal.containers.MessageMap.get
|
||||
google.protobuf.internal.containers.RepeatedCompositeFieldContainer.__init__
|
||||
google.protobuf.internal.containers.RepeatedScalarFieldContainer.__init__
|
||||
google.protobuf.internal.containers.ScalarMap.__init__
|
||||
google.protobuf.internal.containers.ScalarMap.get
|
||||
google.protobuf.internal.decoder.BytesDecoder
|
||||
google.protobuf.internal.decoder.EnumDecoder
|
||||
google.protobuf.internal.decoder.MessageSetItemDecoder
|
||||
google.protobuf.internal.decoder.StringDecoder
|
||||
google.protobuf.internal.encoder.MapSizer
|
||||
google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper.DESCRIPTOR
|
||||
google.protobuf.internal.python_message.GeneratedProtocolMessageType.__init__
|
||||
google.protobuf.internal.python_message.GeneratedProtocolMessageType.__new__
|
||||
google.protobuf.internal.well_known_types.Any.Pack
|
||||
google.protobuf.internal.well_known_types.Error
|
||||
google.protobuf.internal.well_known_types.ParseError
|
||||
google.protobuf.message.Message.DESCRIPTOR
|
||||
google.protobuf.message.Message.Extensions
|
||||
google.protobuf.message.Message.SerializePartialToString
|
||||
google.protobuf.message.Message.SerializeToString
|
||||
google.protobuf.message.Message.__init__
|
||||
google.protobuf.service.Service.GetDescriptor
|
||||
google.protobuf.text_format.MessageToBytes
|
||||
|
||||
Reference in New Issue
Block a user