Total number of keys in the pool.
(self)
| 322 | |
| 323 | @property |
| 324 | def keys_configured(self) -> int: |
| 325 | """Total number of keys in the pool.""" |
| 326 | return len(self._keys) |
| 327 | |
| 328 | @property |
| 329 | def total_capacity(self) -> int: |
nothing calls this directly
no outgoing calls
no test coverage detected