massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / psutil / psutil / _psposix.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/psutil/psutil/_psposix.pyi
new file mode 100644 (file)
index 0000000..8b754af
--- /dev/null
@@ -0,0 +1,8 @@
+from typing import Any
+
+def pid_exists(pid): ...
+def wait_pid(
+    pid, timeout: Any | None = ..., proc_name: Any | None = ..., _waitpid=..., _timer=..., _min=..., _sleep=..., _pid_exists=...
+): ...
+def disk_usage(path): ...
+def get_terminal_map(): ...