mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-17 17:35:59 +08:00
initial commit
This commit is contained in:
10
django/contrib/staticfiles/views.pyi
Normal file
10
django/contrib/staticfiles/views.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from django.core.handlers.wsgi import WSGIRequest
|
||||
from django.http.response import FileResponse
|
||||
|
||||
|
||||
def serve(
|
||||
request: WSGIRequest,
|
||||
path: str,
|
||||
insecure: bool = ...,
|
||||
**kwargs
|
||||
) -> FileResponse: ...
|
||||
Reference in New Issue
Block a user