Lines Matching refs:path
23 here = os.path.dirname(__file__)
25 CERT_localhost = os.path.join(here, 'keycert.pem')
27 CERT_fakehostname = os.path.join(here, 'keycert2.pem')
191 # urllib.request uses the full path, so we're going to see if
194 for path in [request_handler.path, request_handler.short_path]:
198 path):
269 (scm, netloc, path, params, query, fragment) = urllib.parse.urlparse(
270 self.path, "http")
271 self.short_path = path
276 self.wfile.write(bytes("You've reached %s!<BR>" % self.path,
424 self.requests.append(self.path)