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

Method __repr__

st2common/st2common/models/system/common.py:102–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

100 raise InvalidResourceReferenceError(ref=ref)
101
102 def __repr__(self):
103 return "<ResourceReference pack=%s,name=%s,ref=%s>" % (
104 self.pack,
105 self.name,
106 self.ref,
107 )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected