Searched refs:i_root (Results 1 – 1 of 1) sorted by relevance
5 def create(self, i_url, i_root, i_re_neg = "", i_title = ""): argument11 self.full_url = self.merge_url(i_url, i_root) 27 def merge_url(self, i_url, i_root): argument34 if len(i_root) == 0: 37 _root_netloc = urlparse.urlparse(i_root).netloc38 _root_scheme = urlparse.urlparse(i_root).scheme41 return i_root57 if i_root[-1] == "/":58 i_root = i_root[:len(i_root)-1]