Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cmd_line.py11 def start_python(self, *args): member in CmdLineTest
23 data = self.start_python(cmd_line)
41 self.assertIn('usage', self.start_python('-h'))
45 self.assertTrue(self.start_python('-V').startswith(version))