MCPcopy Index your code
hub / github.com/PyGithub/PyGithub / getresponse

Method getresponse

tests/Framework.py:380–386  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 return [status, response_headers, output]
379
380 def getresponse(self):
381 response = self.__cnx.getresponse()
382
383 # restore original headers to the response
384 response.headers = self.response_headers
385
386 return response
387
388 def close(self):
389 self.__cnx.close()

Callers

nothing calls this directly

Calls 1

getresponseMethod · 0.45

Tested by

no test coverage detected