Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fastapi/fastapi
/ get_path_param_names
Function
get_path_param_names
fastapi/utils.py:43–44 ·
view source on GitHub ↗
(path: str)
Source
from the content-addressed store, hash-verified
41
42
43
def
get_path_param_names(path: str) -> set[str]:
44
return
set(re.findall(
"{(.*?)}"
, path))
45
46
47
_invalid_args_message = (
Callers
1
get_dependant
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…