Searched refs:root_url (Results 1 – 2 of 2) sorted by relevance
31 def __init__(self, root_url): argument37 self._root_url_parts = urlparse.urlsplit(root_url)42 return hash(self.root_url)46 return self.root_url == other.root_url79 def root_url(self): member in AfeUrls105 ROOT_URL = _singleton_afe_urls.root_url
44 self.assertEqual(urls.root_url, 'http://localhost/afe/')55 self.assertEqual(urls.root_url, 'http://sharanohiar/afe/')