Skip to content

Commit 6aeea2a

Browse files
gvanrossummatthiaskramm
authored andcommitted
Add stub for cgi.parse_header(). (#371)
1 parent 395265b commit 6aeea2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/3/cgi.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
from typing import Tuple
2+
13
def escape(s: str, quote: bool = ...) -> str: ...
4+
def parse_header(s: str) -> Tuple[str, Dict[str, str]]: ...

0 commit comments

Comments
 (0)