Home | History | Annotate | Download | only in test

Lines Matching refs:urlpath

600     urlpath = urllib.pathname2url(path)
601 if os.name == "nt" and urlpath.startswith("///"):
602 urlpath = urlpath[2:]
604 return urlpath
672 urlpath = sanepathname2url(os.path.abspath(TESTFN))
675 "file://localhost%s" % urlpath,
676 "file://%s" % urlpath,
677 "file://%s%s" % (socket.gethostbyname('localhost'), urlpath),
684 urls.append("file://%s%s" % (localaddr, urlpath))
712 "file://localhost:80%s" % urlpath,