Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/StackStorm/st2
/ raise_for_status
Method
raise_for_status
st2client/tests/base.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
return
json.loads(self.text)
56
57
def
raise_for_status(self):
58
raise
Exception(self.reason)
59
60
61
class
FakeClient(object):
Callers
4
handle_error
Method · 0.45
handle_error
Method · 0.45
get
Function · 0.45
_fetch_and_compile_index
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected