Close the client and release resources.
(self)
| 27 | |
| 28 | @abstractmethod |
| 29 | async def close(self) -> None: |
| 30 | """Close the client and release resources.""" |
| 31 | ... |
| 32 | |
| 33 | # ============= Resource Management ============= |
| 34 |
no outgoing calls
no test coverage detected