Merge and complete stubs for sysconfig (#1040)

* unify and complete sysconfig stubs

* add missing imports

* and another
This commit is contained in:
Jelle Zijlstra
2017-03-19 17:34:08 -07:00
committed by Łukasz Langa
parent ee22a489d9
commit 658abe7c9e
2 changed files with 19 additions and 8 deletions

View File

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