from typing import Callable _NewValueType = TypeVar('_NewValueType') def apply_function( instance: BoxOrBag[_ValueType], # fake type for now ...
確定! 回上一頁