Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_all
Method · 0.80
get_by_id
Method · 0.80
get_property
Method · 0.80
_query_details
Method · 0.80
create
Method · 0.80
update
Method · 0.80
delete
Method · 0.80
delete_action
Method · 0.80
clone
Method · 0.80
delete_by_id
Method · 0.80
match
Method · 0.80
match_and_execute
Method · 0.80
Calls
1
get_plural_name
Method · 0.80
Tested by
no test coverage detected