Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/kubernetes-client/python
/ __aexit__
Method
__aexit__
kubernetes/aio/client/api_client.py:87–88 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
85
return
self
86
87
async
def
__aexit__(self, exc_type, exc_value, traceback):
88
await self.close()
89
90
async
def
close(self):
91
await self.rest_client.close()
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected