Searched refs:parse_config_files (Results 1 – 14 of 14) sorted by relevance
/external/python/setuptools/setuptools/tests/ |
D | test_config.py | 52 parse and dist.parse_config_files() 172 dist.parse_config_files() # file: out of sandbox 280 dist.parse_config_files() # Skip unknown. 291 dist.parse_config_files() 460 dist.parse_config_files()
|
D | test_dist.py | 51 dist.parse_config_files()
|
/external/python/setuptools/setuptools/ |
D | py36compat.py | 15 def parse_config_files(self, filenames=None): member in Distribution_parse_config_files
|
D | __init__.py | 121 dist.parse_config_files(ignore_option_errors=True)
|
D | config.py | 48 _Distribution.parse_config_files(dist, filenames=filenames)
|
D | dist.py | 477 def parse_config_files(self, filenames=None, ignore_option_errors=False): member in Distribution 482 _Distribution.parse_config_files(self, filenames=filenames)
|
/external/python/cpython2/Lib/distutils/ |
D | core.py | 124 dist.parse_config_files()
|
D | dist.py | 377 def parse_config_files(self, filenames=None): member in Distribution
|
/external/python/cpython3/Lib/distutils/ |
D | core.py | 121 dist.parse_config_files()
|
D | dist.py | 381 def parse_config_files(self, filenames=None): member in Distribution
|
/external/python/cpython3/Lib/test/ |
D | pstats.pck | 13 …$?{(u,/home/gbr/devel/python/Lib/distutils/dist.pyiYuparse_config_files(ii… 116 ?{(u,/home/gbr/devel/python/Lib/distutils/dist.pyiYuparse_config_files(ii… 134 …�>0(u,/home/gbr/devel/python/Lib/distutils/dist.pyiYuparse_config_files(ii…
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_dist.py | 60 d.parse_config_files()
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_dist.py | 62 d.parse_config_files()
|
/external/python/setuptools/ |
D | CHANGES.rst | 512 distutils.Distribution.parse_config_files.
|