Files
typeshed/stdlib/3/sysconfig.pyi
2015-09-30 09:59:44 -07:00

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: ...