|
def | __init__ (self, environment, func, name, arguments, catch_kwargs, catch_varargs, caller, default_autoescape=None) |
|
def | __call__ (self, *args, **kwargs) |
|
def | __repr__ (self) |
|
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
environment, |
|
|
|
func, |
|
|
|
name, |
|
|
|
arguments, |
|
|
|
catch_kwargs, |
|
|
|
catch_varargs, |
|
|
|
caller, |
|
|
|
default_autoescape = None |
|
) |
| |
◆ __call__()
def __call__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ __repr__()
◆ arguments
◆ caller
◆ catch_kwargs
◆ catch_varargs
◆ explicit_caller
◆ name
The documentation for this class was generated from the following file:
- /home/passerat/Stage/flaskProject/venv/lib/python3.8/site-packages/jinja2/runtime.py