MCPcopy Create free account
hub / github.com/StackStorm/st2 / get_plural_display_name

Method get_plural_display_name

st2client/st2client/models/core.py:141–142  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

139
140 @classmethod
141 def get_plural_display_name(cls):
142 return cls._plural_display_name if cls._plural_display_name else cls._plural
143
144 @classmethod
145 def get_url_path_name(cls):

Callers 15

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__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

no test coverage detected