Home
last modified time | relevance | path

Searched refs:_collections (Results 1 – 6 of 6) sorted by relevance

/external/kmod/libkmod/python/kmod/
Dmodule.pyx17 import collections as _collections namespace
85 info = _collections.OrderedDict()
/external/python/cpython2/Lib/
Dcollections.py20 from _collections import deque, defaultdict
Dargparse.py85 import collections as _collections namespace
1043 self._name_parser_map = _collections.OrderedDict()
/external/python/cpython2/Modules/
DSetup.dist179 #_collections _collectionsmodule.c # Container types
/external/python/cpython2/Doc/library/
Dcollections.rst886 .. _collections-abstract-base-classes:
/external/python/cpython2/Misc/
DNEWS9238 - Fixed two format strings in the _collections module.