MCPcopy Index your code
hub / github.com/StackStorm/st2 / get_by_ref

Method get_by_ref

st2common/st2common/persistence/base.py:93–94  ·  view source on GitHub ↗
(cls, value)

Source from the content-addressed store, hash-verified

91
92 @classmethod
93 def get_by_ref(cls, value):
94 return cls._get_impl().get_by_ref(value)
95
96 @classmethod
97 def get_by_pack(cls, value):

Calls 1

_get_implMethod · 0.45