mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
google.protobuf: Add an __init__ stub to fix type checking (#8982)
This commit is contained in:
@@ -27,9 +27,7 @@ google.protobuf.service.Service.GetDescriptor
|
||||
# These are deliberately omitted in the stub.
|
||||
# The classes can't be constructed directly anyway,
|
||||
# so the signatures of their constructors are somewhat irrelevant.
|
||||
google.protobuf.descriptor.Descriptor.__init__
|
||||
google.protobuf.descriptor.Descriptor.__new__
|
||||
google.protobuf.descriptor.ServiceDescriptor.__init__
|
||||
google.protobuf.descriptor.ServiceDescriptor.__new__
|
||||
|
||||
# Set to None at runtime - which doesn't match the Sequence base class.
|
||||
|
||||
Reference in New Issue
Block a user