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

Method get_by_pack

st2common/st2common/models/db/__init__.py:525–526  ·  view source on GitHub ↗
(self, value)

Source from the content-addressed store, hash-verified

523 return self.get(ref=value, raise_exception=True)
524
525 def get_by_pack(self, value):
526 return self.get(pack=value, raise_exception=True)
527
528 def get(self, *args, **kwargs):
529 exclude_fields = kwargs.pop("exclude_fields", None)

Callers 2

mask_secretsMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected