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

/haiku/src/tests/kits/net/service/
H A Dtestserver.py19 import abc namespace
303 __meta__ = abc.ABCMeta
305 @abc.abstractmethod
309 @abc.abstractmethod
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py19 import abc namespace
303 __meta__ = abc.ABCMeta
305 @abc.abstractmethod
309 @abc.abstractmethod
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py41 import collections.abc namespace
107 _abc = collections.abc
318 if isinstance(ref, collections.abc.Mapping):
840 TIterable = collections.abc.Iterable
844 collections.abc.Mapping,
846 TSequence = collections.abc.Sequence

Completed in 149 milliseconds