Re-add .resolve() method to package_resources.Entrypoint (#2385)

Fixes #1463
This commit is contained in:
MinJune Kim
2018-08-16 02:40:45 +09:00
committed by Jelle Zijlstra
parent 099081016e
commit dc6d1ff8d3

View File

@@ -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(