Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __exit__
Method
__exit__
Lib/xmlrpc/client.py:1473–1474 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
1471
return
self
1472
1473
def
__exit__(self, *args):
1474
self.__close()
1475
1476
# compatibility
1477
Callers
nothing calls this directly
Calls
1
__close
Method · 0.95
Tested by
no test coverage detected