mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Re-add .resolve() method to package_resources.Entrypoint (#2385)
Fixes #1463
This commit is contained in:
committed by
Jelle Zijlstra
parent
099081016e
commit
dc6d1ff8d3
1
third_party/3/pkg_resources.pyi
vendored
1
third_party/3/pkg_resources.pyi
vendored
@@ -132,6 +132,7 @@ class EntryPoint:
|
||||
installer: Optional[_InstallerType] = ...) -> Any: ...
|
||||
def require(self, env: Optional[Environment] = ...,
|
||||
installer: Optional[_InstallerType] = ...) -> None: ...
|
||||
def resolve(self) -> Any: ...
|
||||
|
||||
|
||||
def find_distributions(
|
||||
|
||||
Reference in New Issue
Block a user