Searched refs:is_resource (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/importlib/resources/ |
H A D | abc.py | 43 def is_resource(self, path: Text) -> bool: member in ResourceReader 147 def is_resource(self, path: StrPath) -> bool: member in TraversableResources
|
H A D | __init__.py | 15 is_resource, 30 'is_resource',
|
H A D | _legacy.py | 89 not considered resources. Use `is_resource()` on each entry returned here 96 def is_resource(package: Package, name: str) -> bool: function
|
H A D | readers.py | 43 def is_resource(self, path): member in ZipReader
|
H A D | _adapters.py | 97 return self._reader.is_resource(self.name)
|
/third_party/python/Lib/test/test_importlib/resources/ |
H A D | util.py | 36 def is_resource(self, path_): member in Reader
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_abc.py | 319 def is_resource(self, *args, **kwargs): member in ResourceReader 320 return super().is_resource(*args, **kwargs) 340 self.ins.is_resource('dummy_file')
|
Completed in 4 milliseconds