(
self: SyncClientProtocol, key: KeyT, samples: int | None = None, **kwargs
)
| 1910 | |
| 1911 | @overload |
| 1912 | def memory_usage( |
| 1913 | self: SyncClientProtocol, key: KeyT, samples: int | None = None, **kwargs |
| 1914 | ) -> int | None: ... |
| 1915 | |
| 1916 | @overload |
| 1917 | def memory_usage( |