mirror of https://github.com/flaggo/pydu.git
add stub for path.fileext
This commit is contained in:
parent
40353f2efb
commit
dc60710d95
|
@ -5,3 +5,4 @@ def cd(path: str) -> ContextManager[None]: ...
|
|||
def is_super_path(path1: str, path2: str) -> bool: ...
|
||||
def normjoin(path: str, *paths: List(str)) -> str: ...
|
||||
def filename(path: str) -> str: ...
|
||||
def fileexe(path: str) -> str: ...
|
||||
|
|
Loading…
Reference in New Issue