I have the following code: from typing import Callable MyCallable = Callable[[object], int] ... I fix it?
確定! 回上一頁