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 e22419c commit 93a31afCopy full SHA for 93a31af
stdlib/@tests/stubtest_allowlists/common.txt
@@ -72,7 +72,6 @@ ctypes.ARRAY
72
ctypes.SetPointerType
73
ctypes.c_voidp
74
ctypes.util.test
75
-modulefinder.test
76
multiprocessing.managers.Server.accepter
77
multiprocessing.managers.Server.create
78
multiprocessing.managers.Server.debug_info
stdlib/modulefinder.pyi
@@ -64,3 +64,5 @@ class ModuleFinder:
64
def any_missing(self) -> list[str]: ... # undocumented
65
def any_missing_maybe(self) -> tuple[list[str], list[str]]: ... # undocumented
66
def replace_paths_in_code(self, co: CodeType) -> CodeType: ... # undocumented
67
+
68
+def test() -> ModuleFinder | None: ... # undocumented
0 commit comments