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

Method json

st2tests/st2tests/base.py:808–809  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

806 self.reason = reason
807
808 def json(self):
809 return json.loads(self.text)
810
811 def raise_for_status(self):
812 raise Exception(self.reason)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected