import inspect from collections.abc import Callable # Using Python 3.10+ from typing import get_type_hints def foo(arg: Callable[..., ...
確定! 回上一頁