Home
last modified time | relevance | path

Searched defs:_root_dir (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/setuptools/config/
D_apply_pyprojecttoml.py141 def _project_urls(dist: "Distribution", val: dict, _root_dir): argument
159 def _python_requires(dist: "Distribution", val: dict, _root_dir): argument
/external/python/setuptools/setuptools/
Ddiscovery.py305 def _root_dir(self) -> _Path: member in ConfigDiscovery