Ask a question to get started
Enter to send•Shift+Enter new line
path_template( template: str, , **kwargs: Any = {}, ) -> str
template
str
The template string containing {name} placeholders.
**kwargs
Any
{}
Keyword arguments to interpolate into the template.
Interpolate {name} placeholders in template from keyword arguments.