Home | History | Annotate | Download | only in python2.7

Lines Matching refs:rest

51     # the rest to a subprocess, so we can't use buffered input.
77 (dir, rest) if self.path requires running a CGI script.
109 dir, rest = self.cgi_info
118 dir, rest = nextdir, nextrest
124 i = rest.rfind('?')
126 rest, query = rest[:i], rest[i+1:]
132 i = rest.find('/')
134 script, rest = rest[:i], rest[i:]
136 script, rest = rest, ''
167 uqrest = urllib.unquote(rest)