MCPcopy Create free account
hub / github.com/StackStorm/st2 / json

Method json

st2tests/st2tests/api.py:382–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

380 self.reason = reason
381
382 def json(self):
383 return json.loads(self.text)
384
385 def raise_for_status(self):
386 raise Exception(self.reason)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected