massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / email / header.pyi
1 def decode_header(header): ...\r
2 def make_header(decoded_seq, maxlinelen=..., header_name=..., continuation_ws=...): ...\r
3 \r
4 class Header:\r
5     def __init__(self, s=..., charset=..., maxlinelen=..., header_name=..., continuation_ws=...,\r
6                  errors=...) -> None: ...\r
7     def __unicode__(self): ...\r
8     def __eq__(self, other): ...\r
9     def __ne__(self, other): ...\r
10     def append(self, s, charset=..., errors=...) -> None: ...\r
11     def encode(self, splitchars=...): ...\r