mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-07 07:31:55 +08:00
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