Home
last modified time | relevance | path

Searched refs:process_template_line (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/tests/
Dtest_filelist.py90 file_list.process_template_line(line)
196 file_list.process_template_line, action)
202 file_list.process_template_line('include *.py')
206 file_list.process_template_line('include *.rb')
214 file_list.process_template_line('exclude *.py')
218 file_list.process_template_line('exclude *.rb')
226 file_list.process_template_line('global-include *.py')
230 file_list.process_template_line('global-include *.rb')
238 file_list.process_template_line('global-exclude *.py')
242 file_list.process_template_line('global-exclude *.rb')
[all …]
/third_party/python/Lib/distutils/
Dfilelist.py104 def process_template_line(self, line): member in FileList
Dutil.py534 filelist.process_template_line(line)
/third_party/python/Lib/distutils/command/
Dsdist.py342 self.filelist.process_template_line(line)