Files
typeshed/third_party
Nipunn Koorapati a0cc2f537d Add __eq__ override to ScalarMap and MessageMap of google/protobuf/containers.pyi (#4866)
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
2020-12-28 13:12:53 +01:00
..
2020-11-02 16:18:20 +01:00
2020-12-14 17:20:40 +01:00