nclude_dirs: Optional[Sequence[str]] = ..., other_libraries: List[str] = ..., ) -> bool: ... def check_header( self, header: str, include_dirs: Optional[Sequence[str]] = ..., library_dirs: Optional[Sequence[str]] = ..., lang: str = ..., ) -> bool: ... def dump_file(filename: str, head: Optional[str] = ...) -> None: ... PK