当我在以下代码上运行mypy 时,我看到几个错误: from typing import Callable, Type def class_creator(outside_reference: Callable[[str], None]) -> Type[object]: ...
確定! 回上一頁