mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-28 14:46:55 +08:00
Merge and complete stubs for sysconfig (#1040)
* unify and complete sysconfig stubs * add missing imports * and another
This commit is contained in:
committed by
Łukasz Langa
parent
ee22a489d9
commit
658abe7c9e
@@ -1,8 +0,0 @@
|
||||
# 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