|
|
| __init__ (self, "Environment" environment, t.Callable[..., str] func, str name, t.List[str] arguments, bool catch_kwargs, bool catch_varargs, bool caller, t.Optional[bool] default_autoescape=None) |
| |
|
str | __call__ (self, *t.Any args, **t.Any kwargs) |
| |
|
str | __repr__ (self) |
| |
|
|
| name |
| |
|
| arguments |
| |
|
| catch_kwargs |
| |
|
| catch_varargs |
| |
|
| caller |
| |
|
| explicit_caller |
| |
|
|
str | _async_invoke (self, t.List[t.Any] arguments, bool autoescape) |
| |
|
str | _invoke (self, t.List[t.Any] arguments, bool autoescape) |
| |
|
|
| _environment |
| |
|
| _func |
| |
|
| _argument_count |
| |
|
| _default_autoescape |
| |
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/jinja2/runtime.py