mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-29 07:06:55 +08:00
Merge 2/genericpath and 2and3/genericpath (#2330)
This commit is contained in:
committed by
Jelle Zijlstra
parent
8000513868
commit
cc45366ca5
@@ -1,12 +0,0 @@
|
||||
from typing import AnyStr, List
|
||||
|
||||
class _unicode: ...
|
||||
|
||||
def commonprefix(list: List[AnyStr]) -> AnyStr: ...
|
||||
def exists(path: unicode) -> bool: ...
|
||||
def getatime(path: unicode) -> float: ...
|
||||
def getmtime(path: unicode) -> float: ...
|
||||
def getctime(path: unicode) -> float: ...
|
||||
def getsize(path: unicode) -> int: ...
|
||||
def isfile(path: unicode) -> bool: ...
|
||||
def isdir(path: unicode) -> bool: ...
|
||||
Reference in New Issue
Block a user