Python 容器基类的使用

last modify

容器基类列表:collections.abc — Python 文档arrow-up-right

使用场景

Type Hints

判断一个具体类或实例是否具有某一特定的接口

Last updated