MCPcopy 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
61class FakeClient(object):

Callers 4

handle_errorMethod · 0.45
handle_errorMethod · 0.45
getFunction · 0.45
_fetch_and_compile_indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected