mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-02-27 20:12:22 +08:00
6 lines
156 B
Python
6 lines
156 B
Python
from django.http.request import HttpRequest
|
|
|
|
|
|
class RequestSite:
|
|
def __init__(self, request: HttpRequest) -> None: ...
|
|
def __str__(self) -> str: ... |