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

Method __close

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

Source from the content-addressed store, hash-verified

1424 self.__allow_none = allow_none
1425
1426 def __close(self):
1427 self.__transport.close()
1428
1429 def __request(self, methodname, params):
1430 # call a method on the remote server

Callers 1

__exit__Method · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected