add stub for path.fileext

This commit is contained in:
Prodesire 2018-04-14 20:09:31 +08:00
parent 40353f2efb
commit dc60710d95
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ def cd(path: str) -> ContextManager[None]: ...
def is_super_path(path1: str, path2: str) -> bool: ... def is_super_path(path1: str, path2: str) -> bool: ...
def normjoin(path: str, *paths: List(str)) -> str: ... def normjoin(path: str, *paths: List(str)) -> str: ...
def filename(path: str) -> str: ... def filename(path: str) -> str: ...
def fileexe(path: str) -> str: ...