Searched refs:relative_url (Results 1 – 6 of 6) sorted by relevance
119 relative_url
317 ``req.relative_url('some/other/page')``. In this example that would320 (SCRIPT_NAME) like ``req.relative_url('some/other/page', True)`` which
141 ``req.relative_url(url, to_application=False)``:
148 >>> req.relative_url('archive')
291 ``request.relative_url``, ``request.path_info_peek``,
511 def relative_url(self, other_url, to_application=False): member in BaseRequest