Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StackStorm/st2
/ get_display_name
Method
get_display_name
st2client/st2client/models/core.py:128–129 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
126
127
@classmethod
128
def
get_display_name(cls):
129
return
cls._display_name
if
cls._display_name
else
cls.__name__
130
131
@classmethod
132
def
get_plural_name(cls):
Callers
15
arg_name_for_resource_id
Method · 0.80
print_not_found
Method · 0.80
_get_help_for_argument
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
run
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_all_resources_get_multi
Method · 0.64