mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-11 06:21:58 +08:00
initial commit
This commit is contained in:
10
django/core/servers/basehttp.pyi
Normal file
10
django/core/servers/basehttp.pyi
Normal file
@@ -0,0 +1,10 @@
|
||||
from typing import Dict
|
||||
|
||||
|
||||
def get_internal_wsgi_application() -> object: ...
|
||||
|
||||
|
||||
class WSGIRequestHandler:
|
||||
def address_string(self) -> str: ...
|
||||
def get_environ(self) -> Dict[str, str]: ...
|
||||
def log_message(self, format: str, *args) -> None: ...
|
||||
Reference in New Issue
Block a user