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

/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py107 _abc = collections.abc variable
115 _SiblingIterator = typing.Optional[_abc.Iterator]
118 _abc = typing variable
126 _SiblingIterator = typing.Optional[_abc.Iterator]
138 PartialResolver = _abc.Callable[[typing.AnyStr], typing.AnyStr]
141 PropertyGetter = _abc.Callable[
142 [typing.Any, _abc.Sequence[typing.Any], typing.AnyStr, typing.Any],
147 StringifyFunction = _abc.Callable[[bytes, bool], bytes]
150 EscapeFunction = _abc.Callable[[bytes], bytes]
153 LambdaRenderFunctionConstructor = _abc
[all...]

Completed in 232 milliseconds