Exemplo n.º 1
0
 def quoted_path_info(self):
     """PATH used for dispatching the request."""
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Exemplo n.º 2
0
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Exemplo n.º 3
0
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
Exemplo n.º 4
0
 def quoted_path_info(self):
     """PATH used for dispatching the request."""
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)