Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __getattr__
Method
__getattr__
st2common/st2common/services/keyvalues.py:241–242 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
239
return
self._get(key)
240
241
def
__getattr__(self, name):
242
return
self._get(name)
243
244
def
_get(self, name):
245
# get the value for this key and save in value_cache
Callers
nothing calls this directly
Calls
1
_get
Method · 0.95
Tested by
no test coverage detected