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:
7
django/contrib/staticfiles/handlers.pyi
Normal file
7
django/contrib/staticfiles/handlers.pyi
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.core.handlers.wsgi import WSGIRequest
|
||||
|
||||
|
||||
class StaticFilesHandler:
|
||||
def file_path(self, url: str) -> str: ...
|
||||
def get_response(self, request: WSGIRequest): ...
|
||||
def load_middleware(self) -> None: ...
|
||||
Reference in New Issue
Block a user