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

Method __str__

st2common/st2common/models/api/trace.py:188–189  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

186 self.trace_tag = trace_tag
187
188 def __str__(self):
189 return "{id_: %s, trace_tag: %s}" % (self.id_, self.trace_tag)
190
191 def __json__(self):
192 return vars(self)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected