We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395265b commit 6aeea2aCopy full SHA for 6aeea2a
stdlib/3/cgi.pyi
@@ -1 +1,4 @@
1
+from typing import Tuple
2
+
3
def escape(s: str, quote: bool = ...) -> str: ...
4
+def parse_header(s: str) -> Tuple[str, Dict[str, str]]: ...
0 commit comments