massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 3 / atexit.pyi
diff --git a/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/atexit.pyi b/.config/coc/extensions/coc-python-data/languageServer.0.5.59/Typeshed/stdlib/3/atexit.pyi
new file mode 100644 (file)
index 0000000..135b481
--- /dev/null
@@ -0,0 +1,9 @@
+"""Stub file for the 'atexit' module."""\r
+\r
+from typing import Any, Callable\r
+\r
+def _clear() -> None: ...\r
+def _ncallbacks() -> int: ...\r
+def _run_exitfuncs() -> None: ...\r
+def register(func: Callable[..., Any], *args: Any, **kwargs: Any) -> Callable[..., Any]: ...\r
+def unregister(func: Callable[..., Any]) -> None: ...\r