Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_alias
Method
get_alias
st2client/st2client/models/core.py:124–125 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
122
123
@classmethod
124
def
get_alias(cls):
125
return
cls._alias
if
cls._alias
else
cls.__name__
126
127
@classmethod
128
def
get_display_name(cls):
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected