Searched refs:url_root_res (Results 1 – 1 of 1) sorted by relevance
25 url_root_res = str(pat).split('^')[1].replace('>', '')26 if 'gui' in url_root_res:28 full_url = self.get_full_url(url_patt, url_root_res)34 def get_full_url(self, url_patt, url_root_res): argument36 full_url = str(url_root_res + full_url)