Files
django-stubs/django-stubs/http/cookie.pyi
2018-07-29 23:25:20 +03:00

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]: ...