Files
django-stubs/django-stubs/http/cookie.pyi
Maxim Kurnikov c0966a5750 more cleanups
2018-08-14 13:33:49 +03:00

6 lines
102 B
Python

from typing import Any, Dict
SimpleCookie: Any
def parse_cookie(cookie: str) -> Dict[str, str]: ...