Home | History | Annotate | Download | only in distutils

Lines Matching full:filenames

331         platform, and return a list of filenames in the order in which they
332 should be parsed. The filenames returned are guaranteed to exist
377 def parse_config_files(self, filenames=None):
380 if filenames is None:
381 filenames = self.find_config_files()
387 for filename in filenames:
402 # the original filenames that options come from)