mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-02 13:27:02 +08:00
The dict stub was referring to an instance, not the type, leading to __call__ being considered when using as a decorator, rather than __init__. mock is a backport of the stdlib module and should be defined the same.