Searched defs:after_cleanup_count (Results 1 – 4 of 4) sorted by relevance
/dports/devel/brz/breezy-3.2.0/breezy/ |
H A D | lru_cache.py | 50 def __init__(self, max_cache=100, after_cleanup_count=None): argument 205 def resize(self, max_cache, after_cleanup_count=None): argument 210 def _update_max_cache(self, max_cache, after_cleanup_count=None): argument
|
H A D | fifo_cache.py | 25 def __init__(self, max_cache=100, after_cleanup_count=None): argument 106 def resize(self, max_cache, after_cleanup_count=None): argument
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/ |
H A D | lru_cache.py | 61 def __init__(self, max_cache=100, after_cleanup_count=None): argument 262 def resize(self, max_cache, after_cleanup_count=None): argument 267 def _update_max_cache(self, max_cache, after_cleanup_count=None): argument
|
/dports/devel/dulwich/dulwich-0.19.16/dulwich/ |
H A D | lru_cache.py | 61 def __init__(self, max_cache=100, after_cleanup_count=None): argument 263 def resize(self, max_cache, after_cleanup_count=None): argument 268 def _update_max_cache(self, max_cache, after_cleanup_count=None): argument
|