mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-19 07:32:18 +08:00
591522fb6a
It doesn't actually have __call__, it does some descriptor stuff, but this makes things work. _SingleDispatchCallable has a __call__ too, which is what this mirrors. Fixes #3898