mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
Add __slots__ to third-party packages using stubdefaulter (#14619)
This commit is contained in:
@@ -31,3 +31,7 @@ google.protobuf.descriptor.OneofDescriptor
|
||||
|
||||
# Runtime does not have __iter__ (yet...): hack in spirit of https://github.com/python/typeshed/issues/7813
|
||||
google.protobuf.internal.well_known_types.ListValue.__iter__
|
||||
|
||||
# It's a list at runtime, but if we do that pyright complains about incompatible overrides
|
||||
# in subclasses that use a tuple for __slots__.
|
||||
google.protobuf.message.Message.__slots__
|
||||
|
||||
Reference in New Issue
Block a user