mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-18 09:56:00 +08:00
move generated stubs to separate directory, too messty
This commit is contained in:
9
django-stubs-generated/contrib/staticfiles/views.pyi
Normal file
9
django-stubs-generated/contrib/staticfiles/views.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Any, Optional
|
||||
|
||||
from django.core.handlers.wsgi import WSGIRequest
|
||||
from django.http.response import FileResponse
|
||||
|
||||
|
||||
def serve(
|
||||
request: WSGIRequest, path: str, insecure: bool = ..., **kwargs: Any
|
||||
) -> FileResponse: ...
|
||||
Reference in New Issue
Block a user