Ask a question to get started
Enter to send•Shift+Enter new line
Create a class from a template file.
from_template_file( cls, template_file: str | Path, **kwargs: Any = {} ) -> Self
template_file
str | Path
path to a template file.
**kwargs
Any
{}
Keyword arguments to pass to the constructor.