mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 20:01:29 +08:00
committed by
Guido van Rossum
parent
0acdfd1548
commit
54ecefef04
@@ -480,10 +480,11 @@ if sys.version_info >= (3, 3):
|
||||
follow_symlinks: bool = ...) -> stat_result: ...
|
||||
else:
|
||||
def stat(path: _PathType) -> stat_result: ...
|
||||
@overload
|
||||
def stat_float_times() -> bool: ...
|
||||
@overload
|
||||
def stat_float_times(__newvalue: bool) -> None: ...
|
||||
if sys.version_info < (3, 7):
|
||||
@overload
|
||||
def stat_float_times() -> bool: ...
|
||||
@overload
|
||||
def stat_float_times(__newvalue: bool) -> None: ...
|
||||
def statvfs(path: _FdOrPathType) -> statvfs_result: ... # Unix only
|
||||
if sys.version_info >= (3, 3):
|
||||
def symlink(source: _PathType, link_name: _PathType,
|
||||
|
||||
Reference in New Issue
Block a user