mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
11 lines
213 B
Python
11 lines
213 B
Python
from pipes import Template
|
|
|
|
table: dict[str, Template]
|
|
t: Template
|
|
uncompress: Template
|
|
|
|
class error(Exception): ...
|
|
|
|
def toaiff(filename: str) -> str: ...
|
|
def _toaiff(filename: str, temps: list[str]) -> str: ...
|