Lines Matching refs:rest
992 # the rest to a subprocess, so we can't use buffered input.
1020 (dir, rest) if self.path requires running a CGI script.
1055 dir, rest = self.cgi_info
1056 path = dir + '/' + rest
1064 dir, rest = nextdir, nextrest
1070 rest, _, query = rest.partition('?')
1074 i = rest.find('/')
1076 script, rest = rest[:i], rest[i:]
1078 script, rest = rest, ''
1109 uqrest = urllib.parse.unquote(rest)