mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Update most test/lint dependencies (#15582)
This commit is contained in:
@@ -829,11 +829,9 @@ class stat_result(structseq[float], tuple[int, int, int, int, int, int, int, flo
|
||||
# platform dependent (time of most recent metadata change on Unix, or the time of creation on Windows)
|
||||
if sys.version_info >= (3, 12) and sys.platform == "win32":
|
||||
@property
|
||||
@deprecated(
|
||||
"""\
|
||||
@deprecated("""\
|
||||
Use st_birthtime instead to retrieve the file creation time. \
|
||||
In the future, this property will contain the last metadata change time."""
|
||||
)
|
||||
In the future, this property will contain the last metadata change time.""")
|
||||
def st_ctime(self) -> float: ...
|
||||
else:
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user