Files
django-stubs/django-stubs/contrib/staticfiles/views.pyi

7 lines
222 B
Python

from typing import Any
from django.core.handlers.wsgi import WSGIRequest
from django.http.response import FileResponse
def serve(request: WSGIRequest, path: str, insecure: bool = ..., **kwargs: Any) -> FileResponse: ...