Files
django-stubs/django/http/cookie.pyi
Maxim Kurnikov a9f215bf64 initial commit
2018-07-29 18:12:23 +03:00

4 lines
78 B
Python

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