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)
def quoted_path_info(self): bpath = webob_bytes_(self.path_info, self.url_encoding) return webob_url_quote(bpath, PATH_SAFE)