예제 #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)
예제 #2
0
파일: request_local.py 프로젝트: DINKIN/tg2
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
예제 #3
0
파일: request_local.py 프로젝트: Siffre/tg2
 def quoted_path_info(self):
     bpath = webob_bytes_(self.path_info, self.url_encoding)
     return webob_url_quote(bpath, PATH_SAFE)
예제 #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)