This commit is contained in:
David Euresti
2017-03-20 22:36:44 -07:00
parent 2804788efa
commit b362177cc4

View File

@@ -194,7 +194,7 @@ def unlink(path: _PathType) -> None: ...
def utime(path: _PathType, times: Optional[Tuple[int, int]]) -> None: ...
def walk(top: AnyStr, topdown: bool = ..., onerror: Any = ...,
followlinks: bool = ...) -> Iterator[Tuple[AnyStr, List[AnyStr],
List[Anystr]]]: ...
List[AnyStr]]]: ...
def abort() -> None: ...
def execl(file: _PathType, *args) -> None: ...