We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca0c48 commit 39fcd39Copy full SHA for 39fcd39
1 file changed
stdlib/functools.pyi
@@ -41,7 +41,7 @@ def reduce(function: Callable[[_T, _T], _T], sequence: Iterable[_T]) -> _T: ...
41
class _CacheInfo(NamedTuple):
42
hits: int
43
misses: int
44
- maxsize: int
+ maxsize: int | None
45
currsize: int
46
47
@final
0 commit comments