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

/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py112 _CacheKey = tuple[typing.Union[bytes, int], bytes, bytes, bool] variable
123 _CacheKey = typing.Tuple[typing.Union[bytes, int], bytes, bytes, bool] variable
224 CompiledTemplateCache = _abc.MutableMapping[_CacheKey, CompiledTemplate]

Completed in 96 milliseconds