massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / third_party / 2 / tornado / process.pyi
1 from typing import Any, Optional\r
2 \r
3 long = int\r
4 CalledProcessError: Any\r
5 \r
6 def cpu_count() -> int: ...\r
7 def fork_processes(num_processes, max_restarts: int = ...) -> Optional[int]: ...\r
8 def task_id() -> int: ...\r
9 \r
10 class Subprocess:\r
11     STREAM: Any = ...\r
12     io_loop: Any = ...\r
13     stdin: Any = ...\r
14     stdout: Any = ...\r
15     stderr: Any = ...\r
16     proc: Any = ...\r
17     returncode: Any = ...\r
18     def __init__(self, *args, **kwargs) -> None: ...\r
19     def set_exit_callback(self, callback): ...\r
20     def wait_for_exit(self, raise_error: bool = ...): ...\r
21     @classmethod\r
22     def initialize(cls, io_loop: Optional[Any] = ...): ...\r
23     @classmethod\r
24     def uninitialize(cls): ...\r