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

Method get

st2common/st2common/persistence/base.py:101–102  ·  view source on GitHub ↗
(cls, *args, **kwargs)

Source from the content-addressed store, hash-verified

99
100 @classmethod
101 def get(cls, *args, **kwargs):
102 return cls._get_impl().get(*args, **kwargs)
103
104 @classmethod
105 def get_all(cls, *args, **kwargs):

Callers 1

Calls 1

_get_implMethod · 0.45

Tested by

no test coverage detected