MCPcopy Index your code
hub / github.com/StackStorm/st2 / get_url_path_name

Method get_url_path_name

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

Source from the content-addressed store, hash-verified

143
144 @classmethod
145 def get_url_path_name(cls):
146 if cls._url_path:
147 return cls._url_path
148
149 return cls.get_plural_name().lower()
150
151 def serialize(self):
152 return dict(

Callers 15

get_allMethod · 0.80
get_by_idMethod · 0.80
get_propertyMethod · 0.80
_query_detailsMethod · 0.80
createMethod · 0.80
updateMethod · 0.80
deleteMethod · 0.80
delete_actionMethod · 0.80
cloneMethod · 0.80
delete_by_idMethod · 0.80
matchMethod · 0.80
match_and_executeMethod · 0.80

Calls 1

get_plural_nameMethod · 0.80

Tested by

no test coverage detected