提问人:Napoleon Cornejo 提问时间:10/26/2023 最后编辑:Napoleon Cornejo 更新时间:10/26/2023 访问量:54
MyPy 因 TypeAlias 而失败?
MyPy fails with TypeAlias?
问:
MyPy (v 1.1.0) 似乎因 TypeAlias 而失败。
StrBytes: TypeAlias = str | bytes
var: type[StrBytes] = StrBytes
由 mypy 发出信号,并出现以下错误:
error: Incompatible types in assignment (expression has type
"<typing special form>", variable has type "type[str] | type[bytes]")
这是mypy的错误吗?
答: 暂无答案
评论