第77页 collections.deque
jerryleooo (Time will tell)
- 章节名:collections.deque
- 页码:第77页
Since deques are thread-safe, the contents can even be consumed from both ends at the same time from separate threads. 引自 collections.deque
95人阅读
jerryleooo对本书的所有笔记 · · · · · ·
-
第77页 collections.deque
-
第80页 collections.namedtuple
`namedtuple`即可以用`dotted notation`(obj.attr)来引用属性,也可以用索引来引用。 `namedt...
-
第82页 collections.OrderedDict
普通的`dict`的顺序是根据key在哈希表里的排序。在OrderDict中,是根据创建时候的顺序。
> 查看全部8篇
说明 · · · · · ·
表示其中内容是对原文的摘抄