massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / multiprocessing / util.pyi
1 from typing import Any\r
2 import threading\r
3 \r
4 SUBDEBUG = ...  # type: Any\r
5 SUBWARNING = ...  # type: Any\r
6 \r
7 def sub_debug(msg, *args): ...\r
8 def debug(msg, *args): ...\r
9 def info(msg, *args): ...\r
10 def sub_warning(msg, *args): ...\r
11 def get_logger(): ...\r
12 def log_to_stderr(level=None): ...\r
13 def get_temp_dir(): ...\r
14 def register_after_fork(obj, func): ...\r
15 \r
16 class Finalize:\r
17     def __init__(self, obj, callback, args=..., kwargs=None, exitpriority=None): ...\r
18     def __call__(self, wr=None): ...\r
19     def cancel(self): ...\r
20     def still_active(self): ...\r
21 \r
22 def is_exiting(): ...\r
23 \r
24 class ForkAwareThreadLock:\r
25     def __init__(self): ...\r
26 \r
27 class ForkAwareLocal(threading.local):\r
28     def __init__(self): ...\r
29     def __reduce__(self): ...\r