massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / mimetools.pyi
1 from typing import Any\r
2 import rfc822\r
3 \r
4 class Message(rfc822.Message):\r
5     encodingheader = ...  # type: Any\r
6     typeheader = ...  # type: Any\r
7     def __init__(self, fp, seekable=1): ...\r
8     plisttext = ...  # type: Any\r
9     type = ...  # type: Any\r
10     maintype = ...  # type: Any\r
11     subtype = ...  # type: Any\r
12     def parsetype(self): ...\r
13     plist = ...  # type: Any\r
14     def parseplist(self): ...\r
15     def getplist(self): ...\r
16     def getparam(self, name): ...\r
17     def getparamnames(self): ...\r
18     def getencoding(self): ...\r
19     def gettype(self): ...\r
20     def getmaintype(self): ...\r
21     def getsubtype(self): ...\r
22 \r
23 def choose_boundary(): ...\r
24 def decode(input, output, encoding): ...\r
25 def encode(input, output, encoding): ...\r
26 def copyliteral(input, output): ...\r
27 def copybinary(input, output): ...\r