mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
7 lines
129 B
Python
7 lines
129 B
Python
import sys
|
|
|
|
def find_library(name: str) -> str | None: ...
|
|
|
|
if sys.platform == "win32":
|
|
def find_msvcrt() -> str | None: ...
|