mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
A previous PR led mypy to refuse to instantiate ChainMap, because it had unimplemented abstract methods. This PR adds the abstract methods to the stub, which is enough to persuade mypy to allow instantiating ChainMap.