mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
9 lines
146 B
Python
9 lines
146 B
Python
# Stubs for sysconfig
|
|
|
|
# NOTE: These are incomplete!
|
|
|
|
import typing
|
|
|
|
def get_config_var(name: str) -> str: ...
|
|
def is_python_build() -> bool: ...
|