Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __getitem__
Method
__getitem__
st2common/st2common/services/keyvalues.py:150–151 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
148
return
float(str(self))
149
150
def
__getitem__(self, key):
151
return
self._get(key)
152
153
def
__getattr__(self, name):
154
return
self._get(name)
Callers
nothing calls this directly
Calls
1
_get
Method · 0.95
Tested by
no test coverage detected