Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_startfile.py16 startfile = test_support.get_attribute(os, 'startfile') variable
21 self.assertRaises(OSError, startfile, "nonexisting.vbs")
24 self.assertRaises(OSError, startfile, u"nonexisting.vbs")
28 startfile(empty)
29 startfile(empty, "open")
37 startfile(unicode(empty, "mbcs"))
38 startfile(unicode(empty, "mbcs"), "open")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwebbrowser.py512 os.startfile(url)