Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
120
def
fixAuthorizationHeader(headers):
Callers
1
fetch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected