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

Method raise_for_status

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

Source from the content-addressed store, hash-verified

114 return iter([self.__output[i : i + chunk_size] for i in range(0, len(self.__output), chunk_size)])
115
116 def raise_for_status(self):
117 pass
118
119
120def fixAuthorizationHeader(headers):

Callers 1

fetchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected