Skip to content

Commit 93a31af

Browse files
authored
add modulefinder.test (#13148)
1 parent e22419c commit 93a31af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stdlib/@tests/stubtest_allowlists/common.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ ctypes.ARRAY
7272
ctypes.SetPointerType
7373
ctypes.c_voidp
7474
ctypes.util.test
75-
modulefinder.test
7675
multiprocessing.managers.Server.accepter
7776
multiprocessing.managers.Server.create
7877
multiprocessing.managers.Server.debug_info

stdlib/modulefinder.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ class ModuleFinder:
6464
def any_missing(self) -> list[str]: ... # undocumented
6565
def any_missing_maybe(self) -> tuple[list[str], list[str]]: ... # undocumented
6666
def replace_paths_in_code(self, co: CodeType) -> CodeType: ... # undocumented
67+
68+
def test() -> ModuleFinder | None: ... # undocumented

0 commit comments

Comments
 (0)