我正在处理一个python3项目,我们在其中typing始终使用模块类型提示。
typing
看来,我们使用typing.Dict和typing.Mapping几乎可以互换。
typing.Dict
typing.Mapping
是否有理由偏爱一个?
python type-hinting python-3.x
python ×1
python-3.x ×1
type-hinting ×1