mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 14:31:56 +08:00
5 lines
144 B
Python
5 lines
144 B
Python
from django.http.request import HttpRequest
|
|
from django.utils.safestring import SafeText
|
|
|
|
|
|
def csrf_input(request: HttpRequest) -> SafeText: ... |