Files
django-stubs/django-stubs-generated/template/backends/utils.pyi
2018-11-10 17:49:18 +03:00

11 lines
222 B
Python

from typing import Any, Optional
from django.http.request import HttpRequest
from django.utils.safestring import SafeText
def csrf_input(request: HttpRequest) -> SafeText: ...
csrf_input_lazy: Any
csrf_token_lazy: Any