I have the following code:from typing import CallableMyCallable = Callable[[object], int]MyCallableSubclass = Callable[['MyObject'], int]def get_id(obj: ...
確定! 回上一頁