Searched refs:path_info_peek (Results 1 – 6 of 6) sorted by relevance
121 path_info_peek
19 if req.path_info_peek() == '.comments':
284 if req.path_info_peek() == '.comments':304 ``req.path_info_peek()`` to look at the next segment of the URL --
156 >>> req.path_info_peek() # Doesn't change request
291 ``request.relative_url``, ``request.path_info_peek``,
555 def path_info_peek(self): member in BaseRequest