mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Third-party stubs: audit Callable[<parameters>, None] annotations (#8175)
This commit is contained in:
@@ -36,7 +36,7 @@ class WorkingSet:
|
||||
self, requirements: Iterable[Requirement], env: Environment | None = ..., installer: _InstallerType | None = ...
|
||||
) -> list[Distribution]: ...
|
||||
def add(self, dist: Distribution, entry: str | None = ..., insert: bool = ..., replace: bool = ...) -> None: ...
|
||||
def subscribe(self, callback: Callable[[Distribution], None]) -> None: ...
|
||||
def subscribe(self, callback: Callable[[Distribution], object]) -> None: ...
|
||||
def find_plugins(
|
||||
self, plugin_env: Environment, full_env: Environment | None = ..., fallback: bool = ...
|
||||
) -> tuple[list[Distribution], dict[Distribution, Exception]]: ...
|
||||
|
||||
Reference in New Issue
Block a user