Searched refs:startfile (Results 1 – 2 of 2) sorted by relevance
16 startfile = test_support.get_attribute(os, 'startfile') variable21 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")
512 os.startfile(url)