massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / coc-python-data / languageServer.0.5.59 / Typeshed / stdlib / 2 / genericpath.pyi
1 from typing import AnyStr, List\r
2 \r
3 class _unicode: ...\r
4 \r
5 def commonprefix(list: List[AnyStr]) -> AnyStr: ...\r
6 def exists(path: unicode) -> bool: ...\r
7 def getatime(path: unicode) -> float: ...\r
8 def getmtime(path: unicode) -> float: ...\r
9 def getctime(path: unicode) -> float: ...\r
10 def getsize(path: unicode) -> int: ...\r
11 def isfile(path: unicode) -> bool: ...\r
12 def isdir(path: unicode) -> bool: ...\r