mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
committed by
Guido van Rossum
parent
4d59c04c16
commit
f447cbdc89
4
third_party/3/pkg_resources.pyi
vendored
4
third_party/3/pkg_resources.pyi
vendored
@@ -188,7 +188,7 @@ def resource_exists(package_or_requirement: _PkgReqType,
|
||||
def resource_stream(package_or_requirement: _PkgReqType,
|
||||
resource_name: str) -> IO[bytes]: ...
|
||||
def resource_string(package_or_requirement: _PkgReqType,
|
||||
resource_name: str) -> str: ...
|
||||
resource_name: str) -> bytes: ...
|
||||
def resource_isdir(package_or_requirement: _PkgReqType,
|
||||
resource_name: str) -> bool: ...
|
||||
def resource_listdir(package_or_requirement: _PkgReqType,
|
||||
@@ -205,7 +205,7 @@ class IResourceManager:
|
||||
def resource_stream(self, package_or_requirement: _PkgReqType,
|
||||
resource_name: str) -> IO[bytes]: ...
|
||||
def resource_string(self, package_or_requirement: _PkgReqType,
|
||||
resource_name: str) -> str: ...
|
||||
resource_name: str) -> bytes: ...
|
||||
def resource_isdir(self, package_or_requirement: _PkgReqType,
|
||||
resource_name: str) -> bool: ...
|
||||
def resource_listdir(self, package_or_requirement: _PkgReqType,
|
||||
|
||||
Reference in New Issue
Block a user