Searched refs:find_package_path (Results 1 – 3 of 3) sorted by relevance
/external/python/setuptools/setuptools/tests/config/ |
D | test_expand.py | 7 from setuptools.discovery import find_package_path 146 pkg_path = find_package_path(pkg, package_dir, tmp_path)
|
/external/python/setuptools/setuptools/tests/ |
D | test_config_discovery.py | 8 from setuptools.discovery import find_package_path, find_parent_package 300 package_path = find_package_path("pkg", dist.package_dir, tmp_path)
|
/external/python/setuptools/setuptools/ |
D | discovery.py | 545 pkg_path = find_package_path(name, package_dir, root_dir) 553 def find_package_path(name: str, package_dir: Dict[str, str], root_dir: _Path) -> str: function
|