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

Method close

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

Source from the content-addressed store, hash-verified

1075 gzip.GzipFile.__init__(self, mode="rb", fileobj=self.io)
1076
1077 def close(self):
1078 try:
1079 gzip.GzipFile.close(self)
1080 finally:
1081 self.io.close()
1082
1083
1084# --------------------------------------------------------------------

Callers 1

parse_responseMethod · 0.95

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected