massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stdlib / ctypes / util.pyi
1 import sys
2
3 def find_library(name: str) -> str | None: ...
4
5 if sys.platform == "win32":
6     def find_msvcrt() -> str | None: ...