mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 04:34:28 +08:00
Add stub for cgi.parse_header(). (#371)
This commit is contained in:
committed by
Matthias Kramm
parent
395265b9fb
commit
6aeea2a872
@@ -1 +1,4 @@
|
||||
from typing import Tuple
|
||||
|
||||
def escape(s: str, quote: bool = ...) -> str: ...
|
||||
def parse_header(s: str) -> Tuple[str, Dict[str, str]]: ...
|
||||
|
||||
Reference in New Issue
Block a user