mypy
4512c8f2
- Implement _NewCallable type operator for extended callable syntax
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
msullivan
Parents
1b6c5cd0
Loading