Files
django-stubs/django-stubs-generated/http/cookie.pyi
2018-11-10 17:49:18 +03:00

6 lines
102 B
Python

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