Lines Matching defs:parse
106 import urllib.parse
636 # MessageClass used to parse headers
702 parts = urllib.parse.urlsplit(self.path)
708 new_url = urllib.parse.urlunsplit(new_parts)
794 displaypath = urllib.parse.unquote(self.path,
797 displaypath = urllib.parse.unquote(self.path)
819 % (urllib.parse.quote(linkname,
847 path = urllib.parse.unquote(path, errors='surrogatepass')
849 path = urllib.parse.unquote(path)
912 Implements something akin to RFC-2396 5.2 step 6 to parse relative paths.
923 path = urllib.parse.unquote(path)
1109 uqrest = urllib.parse.unquote(rest)