Searched defs:_CacheInfo (Results 1 – 2 of 2) sorted by relevance
129 typedef struct _CacheInfo struct132 storage_class;135 colorspace;138 alpha_trait;141 channels;144 columns,145 rows;148 metacontent_extent,149 number_channels;152 channel_map[MaxPixelChannels];[all …]
396 _CacheInfo = namedtuple("CacheInfo", ["hits", "misses", "maxsize", "currsize"]) variable485 def _lru_cache_wrapper(user_function, maxsize, typed, _CacheInfo): argument