919c9b0fd41687b22380877490b039e303f3ce6d
[dotfiles/.git] / 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