mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
add modulefinder.test (#13148)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user