mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
[stubsabot] Bump protobuf to 4.24.* (#10545)
Release: https://pypi.org/pypi/protobuf/4.24.0 Homepage: https://developers.google.com/protocol-buffers/ Co-authored-by: stubsabot <> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
committed by
GitHub
parent
9d0ed1571f
commit
0b65653746
@@ -1,4 +1,4 @@
|
||||
version = "4.23.*"
|
||||
version = "4.24.*"
|
||||
extra_description = "Generated with aid from mypy-protobuf v3.4.0"
|
||||
partial_stub = true
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ class DescriptorPool:
|
||||
def Add(self, file_desc_proto): ...
|
||||
def AddSerializedFile(self, serialized_file_desc_proto): ...
|
||||
def AddDescriptor(self, desc): ...
|
||||
def AddEnumDescriptor(self, enum_desc): ...
|
||||
def AddServiceDescriptor(self, service_desc): ...
|
||||
def AddExtensionDescriptor(self, extension): ...
|
||||
def AddFileDescriptor(self, file_desc): ...
|
||||
|
||||
Reference in New Issue
Block a user