MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / __aenter__

Method __aenter__

csfloat_client.py:51–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

49 self._session = aiohttp.ClientSession(connector=self._connector, headers=self._headers)
50
51 async def __aenter__(self):
52 return self
53
54 async def __aexit__(self, exc_type, exc, tb):
55 await self._session.close()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected