add modulefinder.test (#13148)

This commit is contained in:
Stephen Morton
2024-11-28 07:03:06 -08:00
committed by GitHub
parent e22419c0ed
commit 93a31af781
2 changed files with 2 additions and 1 deletions

View File

@@ -72,7 +72,6 @@ ctypes.ARRAY
ctypes.SetPointerType
ctypes.c_voidp
ctypes.util.test
modulefinder.test
multiprocessing.managers.Server.accepter
multiprocessing.managers.Server.create
multiprocessing.managers.Server.debug_info

View File

@@ -64,3 +64,5 @@ class ModuleFinder:
def any_missing(self) -> list[str]: ... # undocumented
def any_missing_maybe(self) -> tuple[list[str], list[str]]: ... # undocumented
def replace_paths_in_code(self, co: CodeType) -> CodeType: ... # undocumented
def test() -> ModuleFinder | None: ... # undocumented