We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0559929 commit 1a31c5cCopy full SHA for 1a31c5c
stdlib/3/os/__init__.pyi
@@ -216,7 +216,7 @@ class stat_result:
216
st_mtime_ns: int # time of most recent content modification in nanoseconds
217
st_ctime_ns: int # platform dependent (time of most recent metadata change on Unix, or the time of creation on Windows) in nanoseconds
218
219
- def __getitem__(self, key: AnyStr) -> AnyStr: ...
+ def __getitem__(self, i: int) -> int: ...
220
221
# not documented
222
def __init__(self, tuple: Tuple[int, ...]) -> None: ...
0 commit comments