Home
last modified time | relevance | path

Searched refs:resource_exists (Results 1 – 3 of 3) sorted by relevance

/external/python/setuptools/setuptools/command/
Dtest.py14 from pkg_resources import (resource_listdir, resource_exists, normalize_path,
48 if resource_exists(module.__name__, file + '/__init__.py'):
/external/python/setuptools/pkg_resources/
D__init__.py104 resource_exists = None variable
1124 def resource_exists(self, package_or_requirement, resource_name): member in ResourceManager
/external/python/setuptools/docs/
Dpkg_resources.txt1139 ``resource_exists(package_or_requirement, resource_name)``
1161 Note that only ``resource_exists()`` and ``resource_isdir()`` are insensitive
1809 * Fixed ``pkg_resources.resource_exists()`` not working correctly, along with