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

Method parse_response

Lib/test/test_xmlrpc.py:1182–1184  ·  view source on GitHub ↗
(self, response)

Source from the content-addressed store, hash-verified

1180 #custom transport, stores the response length for our perusal
1181 fake_gzip = False
1182 def parse_response(self, response):
1183 self.response_length=int(response.getheader("content-length", 0))
1184 return xmlrpclib.Transport.parse_response(self, response)
1185
1186 def send_content(self, connection, body):
1187 if self.fake_gzip:

Callers

nothing calls this directly

Calls 1

getheaderMethod · 0.80

Tested by

no test coverage detected