MCPcopy Index your code
hub / github.com/Rushifakami/csfloat_api / __aexit__

Method __aexit__

csfloat_client.py:54–55  ·  view source on GitHub ↗
(self, exc_type, exc, tb)

Source from the content-addressed store, hash-verified

52 return self
53
54 async def __aexit__(self, exc_type, exc, tb):
55 await self._session.close()
56
57 async def close(self):
58 await self._session.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected