Home
last modified time | relevance | path

Searched refs:ensure_string_list (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_cmd.py28 cmd.ensure_string_list('yes_string_list')
29 cmd.ensure_string_list('yes_string_list2')
32 cmd.ensure_string_list, 'not_string_list')
35 cmd.ensure_string_list, 'not_string_list2')
83 cmd.ensure_string_list('option1')
87 cmd.ensure_string_list('option2')
90 self.assertRaises(DistutilsOptionError, cmd.ensure_string_list,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_rpm.py228 self.ensure_string_list('doc_files')
259 self.ensure_string_list('provides')
260 self.ensure_string_list('requires')
261 self.ensure_string_list('conflicts')
262 self.ensure_string_list('build_requires')
263 self.ensure_string_list('obsoletes')
Dbdist.py109 self.ensure_string_list('formats')
Dsdist.py131 self.ensure_string_list('formats')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dcmd.py225 def ensure_string_list(self, option): member in Command