Home
last modified time | relevance | path

Searched refs:parse_config_files (Results 1 – 14 of 14) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_config.py52 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()
Dtest_dist.py51 dist.parse_config_files()
/external/python/setuptools/setuptools/
Dpy36compat.py15 def parse_config_files(self, filenames=None): member in Distribution_parse_config_files
D__init__.py121 dist.parse_config_files(ignore_option_errors=True)
Dconfig.py48 _Distribution.parse_config_files(dist, filenames=filenames)
Ddist.py477 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/
Dcore.py124 dist.parse_config_files()
Ddist.py377 def parse_config_files(self, filenames=None): member in Distribution
/external/python/cpython3/Lib/distutils/
Dcore.py121 dist.parse_config_files()
Ddist.py381 def parse_config_files(self, filenames=None): member in Distribution
/external/python/cpython3/Lib/test/
Dpstats.pck13 …$?{(���u,���/home/gbr/devel/python/Lib/distutils/dist.pyiY��u���parse_config_files(���i���i�…
116 ?{(���u,���/home/gbr/devel/python/Lib/distutils/dist.pyiY��u���parse_config_files(���i���i���…
134 …�>0(���u,���/home/gbr/devel/python/Lib/distutils/dist.pyiY��u���parse_config_files(���i���i�…
/external/python/cpython2/Lib/distutils/tests/
Dtest_dist.py60 d.parse_config_files()
/external/python/cpython3/Lib/distutils/tests/
Dtest_dist.py62 d.parse_config_files()
/external/python/setuptools/
DCHANGES.rst512 distutils.Distribution.parse_config_files.