mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-07 20:54:29 +08:00
6 lines
102 B
Python
6 lines
102 B
Python
from typing import Any, Dict
|
|
|
|
SimpleCookie: Any
|
|
|
|
def parse_cookie(cookie: str) -> Dict[str, str]: ...
|