mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
docstring
This commit is contained in:
@@ -47,6 +47,7 @@ class LRUCache(Generic[CacheKey, CacheValue]):
|
||||
|
||||
@property
|
||||
def maxsize(self) -> int:
|
||||
"""int: Maximum size of cache, before new values evict old values."""
|
||||
return self._maxsize
|
||||
|
||||
@maxsize.setter
|
||||
|
||||
Reference in New Issue
Block a user