Searched defs:_CacheInfo (Results 1 – 2 of 2) sorted by relevance
132 typedef struct _CacheInfo struct135 storage_class;138 colorspace;141 alpha_trait;144 channels;147 columns,148 rows;151 metacontent_extent,152 number_channels;155 channel_map[MaxPixelChannels];[all …]
429 _CacheInfo = namedtuple("CacheInfo", ["hits", "misses", "maxsize", "currsize"]) variable524 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument