Searched refs:resource_exists (Results 1 – 3 of 3) sorted by relevance
14 from pkg_resources import (resource_listdir, resource_exists, normalize_path,48 if resource_exists(module.__name__, file + '/__init__.py'):
104 resource_exists = None variable1124 def resource_exists(self, package_or_requirement, resource_name): member in ResourceManager
1139 ``resource_exists(package_or_requirement, resource_name)``1161 Note that only ``resource_exists()`` and ``resource_isdir()`` are insensitive1809 * Fixed ``pkg_resources.resource_exists()`` not working correctly, along with