Closed
Description
In mypy there's a cast(TYPE, EXPR) function. Do we still need this, given that we can do the same thing with # type:
comments? (However, see issue #9.)
Metadata
Metadata
Assignees
Labels
No labels
In mypy there's a cast(TYPE, EXPR) function. Do we still need this, given that we can do the same thing with # type:
comments? (However, see issue #9.)