mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-21 19:32:13 +08:00
move cgi to 2and3 and add types (#1022)
* move cgi to 2and3 and add types This is pretty stable between Python 2 and 3, and not very well documented. * fix CI failures * adjust comment (want to force Travis to re-run) * give up on overriding values
This commit is contained in:
committed by
Matthias Kramm
parent
111b7d646d
commit
357f66db77
@@ -1,4 +0,0 @@
|
||||
from typing import Dict, 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