Searched refs:collections (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py40 import collections namespace
41 import collections.abc namespace
107 _abc = collections.abc
236 class LRUCache(collections.OrderedDict, typing.Generic[T]):
318 if isinstance(ref, collections.abc.Mapping):
840 TIterable = collections.abc.Iterable
844 collections.abc.Mapping,
846 TSequence = collections.abc.Sequence

Completed in 81 milliseconds