get_path_param_names() — fastapi Function Reference
Architecture documentation for the get_path_param_names() function in utils.py from the fastapi codebase.
Entity Profile
Dependency Diagram
graph TD 5c5ae7c4_0bc7_5a7e_fd52_1b6189493272["get_path_param_names()"] 1c2c0e68_6ed1_7632_8c35_00818f97b599["utils.py"] 5c5ae7c4_0bc7_5a7e_fd52_1b6189493272 -->|defined in| 1c2c0e68_6ed1_7632_8c35_00818f97b599 097a7e41_8095_d61f_b849_128514c58040["get_dependant()"] 097a7e41_8095_d61f_b849_128514c58040 -->|calls| 5c5ae7c4_0bc7_5a7e_fd52_1b6189493272 style 5c5ae7c4_0bc7_5a7e_fd52_1b6189493272 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
fastapi/utils.py lines 45–46
def get_path_param_names(path: str) -> set[str]:
return set(re.findall("{(.*?)}", path))
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does get_path_param_names() do?
get_path_param_names() is a function in the fastapi codebase, defined in fastapi/utils.py.
Where is get_path_param_names() defined?
get_path_param_names() is defined in fastapi/utils.py at line 45.
What calls get_path_param_names()?
get_path_param_names() is called by 1 function(s): get_dependant.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free