标签: python-3.x type-hinting
我经常想让一个函数接受以下任何参数:
typing.Iterable
len()
typing.Sequence
当我要同时提示这两个属性时,是否必须创建联合类型?是否有内置的类型定义可以做到这一点?