mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
These classes are defined https://github.com/protocolbuffers/protobuf/blob/master/python/google/protobuf/internal/containers.py They actually inherit from a copy-pasta of the Mapping superclass which includes an __eq__ override, but this is close enough. It prevents strict equality checks between these and Dicts from failing