mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
add (overwrite with) mypy stubs, if available
This commit is contained in:
8
stdlib/3/sysconfig.pyi
Normal file
8
stdlib/3/sysconfig.pyi
Normal file
@@ -0,0 +1,8 @@
|
||||
# Stubs for sysconfig
|
||||
|
||||
# NOTE: These are incomplete!
|
||||
|
||||
import typing
|
||||
|
||||
def get_config_var(name: str) -> str: ...
|
||||
def is_python_build() -> bool: ...
|
||||
Reference in New Issue
Block a user