mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-21 11:13:18 +08:00
merge with stubgen output
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
# 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]: ...
|
||||
def parse_cookie(cookie: str) -> Dict[str, str]: ...
|
||||
|
||||
Reference in New Issue
Block a user