mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-22 03:41:28 +08:00
11 lines
243 B
Python
11 lines
243 B
Python
# Stubs for django.http.cookie (Python 3.6)
|
|
#
|
|
# NOTE: This dynamically typed stub was automatically generated by stubgen.
|
|
|
|
from typing import Any
|
|
|
|
from typing import Dict
|
|
SimpleCookie: Any
|
|
|
|
def parse_cookie(cookie: str) -> Dict[str, str]: ...
|