Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mnexa-AI/e2a
/ __aexit__
Method
__aexit__
sdks/python/src/e2a/v1/generated/api_client.py:100–101 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
98
return
self
99
100
async
def
__aexit__(self, exc_type, exc_value, traceback):
101
await self.close()
102
103
async
def
close(self):
104
await self.rest_client.close()
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected