mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-21 18:42:07 +08:00
add modulefinder.test (#13148)
This commit is contained in:
@@ -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