massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / _hotshot.pyi
1 """Stub file for the '_hotshot' module."""\r
2 # This is an autogenerated file. It serves as a starting point\r
3 # for a more precise manual annotation of this module.\r
4 # Feel free to edit the source below, but remove this header when you do.\r
5 \r
6 from typing import Any, List, Tuple, Dict, Generic\r
7 \r
8 def coverage(a: str) -> Any: ...\r
9 \r
10 def logreader(a: str) -> LogReaderType:\r
11     raise IOError()\r
12     raise RuntimeError()\r
13 \r
14 def profiler(a: str, *args, **kwargs) -> Any:\r
15     raise IOError()\r
16 \r
17 def resolution() -> tuple: ...\r
18 \r
19 \r
20 class LogReaderType(object):\r
21     def close(self) -> None: ...\r
22     def fileno(self) -> int:\r
23         raise ValueError()\r
24 \r
25 class ProfilerType(object):\r
26     def addinfo(self, a: str, b: str) -> None: ...\r
27     def close(self) -> None: ...\r
28     def fileno(self) -> int:\r
29         raise ValueError()\r
30     def runcall(self, *args, **kwargs) -> Any: ...\r
31     def runcode(self, a, b, *args, **kwargs) -> Any:\r
32         raise TypeError()\r
33     def start(self) -> None: ...\r
34     def stop(self) -> None: ...\r