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

/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py45 import typing namespace
108 _TagsTuple = tuple[typing.AnyStr, typing.AnyStr]
112 _CacheKey = tuple[typing.Union[bytes, int], bytes, bytes, bool]
115 _SiblingIterator = typing.Optional[_abc.Iterator]
118 _abc = typing
119 _TagsTuple = typing.Tuple[typing.AnyStr, typing.AnyStr]
120 _TagsByteTuple = typing
[all...]

Completed in 78 milliseconds