massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / toaiff.pyi
1 # Stubs for toaiff (Python 2)\r
2 \r
3 # Source: https://hg.python.org/cpython/file/2.7/Lib/toaiff.py\r
4 from pipes import Template\r
5 from typing import Dict, List\r
6 \r
7 \r
8 __all__: List[str]\r
9 table: Dict[str, Template]\r
10 t: Template\r
11 uncompress: Template\r
12 \r
13 class error(Exception): ...\r
14 \r
15 def toaiff(filename: str) -> str: ...\r
16 def _toaiff(filename: str, temps: List[str]) -> str: ...\r