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

Method get_by_pack

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

Source from the content-addressed store, hash-verified

95
96 @classmethod
97 def get_by_pack(cls, value):
98 return cls._get_impl().get_by_pack(value)
99
100 @classmethod
101 def get(cls, *args, **kwargs):

Calls 1

_get_implMethod · 0.45