MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

Lib/xmlrpc/client.py:1237–1241  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1235 # Used in the event of socket errors.
1236 #
1237 def close(self):
1238 host, connection = self._connection
1239 if connection:
1240 self._connection = (None, None)
1241 connection.close()
1242
1243 ##
1244 # Send HTTP request.

Callers 5

single_requestMethod · 0.95
loadsFunction · 0.45
closeMethod · 0.45
parse_responseMethod · 0.45
__closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected