Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ __init__
Method
__init__
st2common/st2common/models/system/keyvalue.py:38–41 ·
view source on GitHub ↗
(self, user, name)
Source
from the content-addressed store, hash-verified
36
""
"
37
38
def
__init__(self, user, name):
39
self._user = user
40
self._name = name
41
self.ref =
"%s%s%s"
% (self._user, USER_SEPARATOR, self._name)
42
43
def
__str__(self):
44
return
self.ref
Callers
1
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected