Lines Matching full:urlparse
33 from urlparse import urljoin as basejoin1195 # urlparse contains a duplicate of this method to avoid a circular import. If1196 # you update this method, also update the copy in urlparse. This code