Searched defs:urlparse (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxconnection.py35 import urlparse namespace
68 self._dResponse = urlparse.parse_qs(sBody, strict_parsing=True);
137 self._oParsedUrl = urlparse.urlparse(sTestManagerUrl);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py27 import urlparse namespace
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py538 import urlparse; namespace
544 self._fnUrlParseQs = urlparse.parse_qs;
545 self._oParsedTmUrl = urlparse.urlparse(self.sTestManagerUrl);

Completed in 45 milliseconds