File tree 2 files changed +3
-3
lines changed
tests/stubtest_allowlists
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import sys
2
- from _typeshed import BytesPath , StrPath
2
+ from _typeshed import BytesPath , FileDescriptorOrPath , StrPath
3
3
from genericpath import (
4
4
commonprefix as commonprefix ,
5
5
exists as exists ,
@@ -45,6 +45,8 @@ from posixpath import (
45
45
46
46
if sys .version_info >= (3 , 12 ):
47
47
from posixpath import isjunction as isjunction , splitroot as splitroot
48
+ def isdir (path : FileDescriptorOrPath ) -> bool : ...
49
+
48
50
from typing import AnyStr , overload
49
51
from typing_extensions import LiteralString
50
52
Original file line number Diff line number Diff line change @@ -4,5 +4,3 @@ asyncio.IocpProactor.recvfrom_into
4
4
asyncio.windows_events.IocpProactor.finish_socket_func
5
5
asyncio.windows_events.IocpProactor.recvfrom_into
6
6
msvcrt.GetErrorMode
7
- ntpath.isdir
8
- os.path.isdir
You can’t perform that action at this time.
0 commit comments