Stubtest exceptions for sys, symtable, sysconfig and tarfile (#5138)

This commit is contained in:
hatal175
2021-03-27 07:33:19 +03:00
committed by GitHub
parent 839d711c6f
commit 20a6de8fdd
5 changed files with 17 additions and 12 deletions

View File

@@ -11,7 +11,7 @@ def get_path(name: str, scheme: str = ..., vars: Optional[Dict[str, Any]] = ...,
def get_paths(scheme: str = ..., vars: Optional[Dict[str, Any]] = ..., expand: bool = ...) -> Dict[str, str]: ...
def get_python_version() -> str: ...
def get_platform() -> str: ...
def is_python_build() -> bool: ...
def parse_config_h(fp: IO[Any], vars: Optional[Dict[str, Any]]) -> Dict[str, Any]: ...
def is_python_build(check_home: bool = ...) -> bool: ...
def parse_config_h(fp: IO[Any], vars: Optional[Dict[str, Any]] = ...) -> Dict[str, Any]: ...
def get_config_h_filename() -> str: ...
def get_makefile_filename() -> str: ...