mypy
4512c8f2 - Implement _NewCallable type operator for extended callable syntax

Commit
102 days ago
Implement _NewCallable type operator for extended callable syntax Callable[Params[Param[...], ...], RetType] is desugared to _NewCallable[Param[...], ..., RetType] during type analysis, then evaluated to a CallableType by the _NewCallable operator.
Author
Parents
Loading