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

Method __getitem__

st2common/st2common/services/keyvalues.py:238–239  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

236 return self._value_cache[self._key_prefix]
237
238 def __getitem__(self, key):
239 return self._get(key)
240
241 def __getattr__(self, name):
242 return self._get(name)

Callers

nothing calls this directly

Calls 1

_getMethod · 0.95

Tested by

no test coverage detected