Home | History | Annotate | Download | only in http

Lines Matching refs:tail

1009         head, tail = collapsed_path[:dir_sep], collapsed_path[dir_sep+1:]
1011 self.cgi_info = head, tail
1024 head, tail = os.path.splitext(path)
1025 return tail.lower() in (".py", ".pyw")