/snap/core18/2979/usr/lib/python3.6/urllib/__pycache__
NameSizeModeActions
error.cpython-36.pyc27540644editdlrm
parse.cpython-36.pyc321370644editdlrm
request.cpython-36.pyc726320644editdlrm
response.cpython-36.pyc32270644editdlrm
robotparser.cpython-36.pyc70510644editdlrm
__init__.cpython-36.pyc1200644editdlrm
Edit: /snap/core18/2979/usr/lib/python3.6/urllib/__pycache__/parse.cpython-36.pyc (32137B)
3 Nqi @sdZddlZddlZddlZddlZddddddd d d d d ddddddddddgZddddddddd d!d"d#d$d%d&d'd(d)d*gZdddddd+dddd"d d!d,d#d$d%d-d'd(d&d.d/d0d)d*gZddd1d#ddd d!d$d%d2d3d"d&d4gZdd1d5d6d+ddd,d2d3g Z ddddd d!d"dd$d%d2d3g Z ddd1ddd6ddd d!d,dd#g Z d7Z d8Z d9d:d;gZdZd?d@ZdAZdBZdCdDZeefdEdFZeefdGdHZdIdJZGdKdLdLeZGdMdNdNeZGdOdPdPeZGdQdRdReeZGdSdTdTeeZddUlmZeddVZ eddWZ!eddXZ"dYe _dZe j#_d[e j$_d\e!_d]e!j%_d^e!j&_d_e!j'_d`e!j(_dae!j$_dbe"_e!j%je"j%_e!j&je"j&_e!j'je"j'_dce"j)_e!j(je"j(_e!j$je"j$_eZ*Gdddde eZ+Gdedde!eZ,Gdfdde"eZ-Gdgdde eZ.Gdhdde!eZ/Gdidde"eZ0djdkZ1e1[1ddmdZ2dndoZ3ddpdqZ4drdsZ5dtduZ6dvdwZ7dxdyZ8ddzdZ9d{dZ:d|dZ;dd}dZda?ddZ@ejAdZBdddZCddd ZDddd ZEdddZFeGdZHeIeHZJiZKGdddejLZMddd ZNddd ZOdddZPddddeOfdd ZQddZRddZSdaTddZUdaVddZWddZXddZYdaZddZ[dddZ\ddZ]ddZ^ddZ_ddZ`dS)a3Parse (absolute and relative) URLs. urlparse module is based upon the following RFC specifications. RFC 3986 (STD66): "Uniform Resource Identifiers" by T. Berners-Lee, R. Fielding and L. Masinter, January 2005. RFC 2732 : "Format for Literal IPv6 Addresses in URL's by R.Hinden, B.Carpenter and L.Masinter, December 1999. RFC 2396: "Uniform Resource Identifiers (URI)": Generic Syntax by T. Berners-Lee, R. Fielding, and L. Masinter, August 1998. RFC 2368: "The mailto URL scheme", by P.Hoffman , L Masinter, J. Zawinski, July 1998. RFC 1808: "Relative Uniform Resource Locators", by R. Fielding, UC Irvine, June 1995. RFC 1738: "Uniform Resource Locators (URL)" by T. Berners-Lee, L. Masinter, M. McCahill, December 1994 RFC 3986 is considered the current standard and any future changes to urlparse module should conform with it. The urlparse module is currently not entirely compliant with this RFC due to defacto scenarios for parsing, and for backward compatibility purposes, some parsing quirks from older RFCs are retained. The testcases in test_urlparse.py provides a good indicator of parsing behavior. The WHATWG URL Parser spec should also be considered. We are not compliant with it either due to existing user code API behavior expectations (Hyrum's Law). It serves as a useful guide when making changes. Nurlparse urlunparseurljoin urldefragurlsplit urlunsplit urlencodeparse_qs parse_qslquote quote_plusquote_from_bytesunquote unquote_plusunquote_to_bytes DefragResult ParseResult SplitResultDefragResultBytesParseResultBytesSplitResultBytesZftphttpZgopherZnntpZimapZwaisfileZhttpsZshttpZmmsZprosperoZrtspZrtspuZsftpZsvnzsvn+sshZwsZwssZtelnetZsnewsZrsyncZnfsZgitzgit+sshZhdlZsipZsipsZtelZmailtoZnewszAabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+-.z!     cCstdd|DS)Ncss|]}t|dkVqdS)N)ord).0charr""/usr/lib/python3.6/urllib/parse.py bsz_is_ascii..)all)stringr"r"r# _is_asciiasr'cCstjtjdS)z,Clear the parse cache and the quoters cache.N) _parse_cacheclear _safe_quotersr"r"r"r# clear_cachedsr+asciistrictcCs|S)Nr")objr"r"r#_noopssr/cCs |j||S)N)encode)r.encodingerrorsr"r"r#_encode_resultvsr3cstfdd|DS)Nc3s"|]}|r|jndVqdS)rN)decode)r x)r1r2r"r#r$|sz_decode_args..)tuple)argsr1r2r")r1r2r# _decode_argszsr8cGsZt|dt}x.|ddD]}|rt|t|krtdqW|rL|tfSt|tfS)Nrz$Cannot mix str and non-str arguments) isinstancestr TypeErrorr/r8r3)r7Z str_inputargr"r"r# _coerce_args~s  r>c@seZdZdZfZdddZdS)_ResultMixinStrz>Standard approach to encoding parsed results from str to bytesr,r-cs|jfdd|DS)Nc3s|]}|jVqdS)N)r0)r r5)r1r2r"r#r$sz)_ResultMixinStr.encode..)_encoded_counterpart)selfr1r2r")r1r2r#r0sz_ResultMixinStr.encodeN)r,r-)__name__ __module__ __qualname____doc__ __slots__r0r"r"r"r#r?sr?c@seZdZdZfZdddZdS)_ResultMixinBytesz>Standard approach to decoding parsed results from bytes to strr,r-cs|jfdd|DS)Nc3s|]}|jVqdS)N)r4)r r5)r1r2r"r#r$sz+_ResultMixinBytes.decode..)_decoded_counterpart)rAr1r2r")r1r2r#r4sz_ResultMixinBytes.decodeN)r,r-)rBrCrDrErFr4r"r"r"r#rGsrGc@sDeZdZdZfZeddZeddZeddZedd Z d S) _NetlocResultMixinBasezHShared methods for the parsed result objects containing a netloc elementcCs |jdS)Nr) _userinfo)rAr"r"r#usernamesz_NetlocResultMixinBase.usernamecCs |jdS)Nr9)rJ)rAr"r"r#passwordsz_NetlocResultMixinBase.passwordcCsD|jd}|sdSt|tr dnd}|j|\}}}|j||S)Nr%%) _hostinfor:r; partitionlower)rAhostnameZ separatorZpercentZzoner"r"r#rRs  z_NetlocResultMixinBase.hostnamecCs@|jd}|dk r:///;?# Return a 6-tuple: (scheme, netloc, path, params, query, fragment). Note that we don't break the components up in smaller bits (e.g. netloc is a single string) and we don't expand % escapes.;r)r>r uses_params _splitparamsr) rnschemeallow_fragments_coerce_resultZ splitresultr[queryrmparamsresultr"r"r#rzs cCsRd|kr,|jd|jd}|dkr6|dfSn |jd}|d|||ddfS)N/rrrrr9)findrfind)rnir"r"r#rts   rtcCsLt|}x*dD]"}|j||}|dkrt||}qW|||||dfS)Nz/?#r)lenr|min)rnstartdelimcZwdelimr"r"r# _splitnetlocs   rcCs| stdd|D rdSddl}|jdd}|jdd}|jdd}|jdd}|jd |}||krndSx(d D] }||krttd |d d qtWdS)Ncss|]}t|dkVqdS)N)r)r rr"r"r#r$sz_checknetloc..rrYrrZrl?ZNFKCz/?#@:znetloc 'z' contains invalid z#characters under NFKC normalization)any unicodedatareplaceZ normalizerU)r[rnZnetloc2rr"r"r# _checknetlocs       rcCst|jdd}|jd\}}}|rX|r.td|jd\}}}|rh|jd rhtdn|jd\}}}t|dS)NrYrazInvalid IPv6 URLrbrZ)r\rPrU startswith_check_bracketed_host)r[Zhostname_and_portZbefore_bracketrdrerRrcrVr"r"r#_check_bracketed_netlocs rcCsxtD]}|j|d}qW|S)Nr)_UNSAFE_URL_BYTES_TO_REMOVEr)rnbr"r"r#_remove_unsafe_bytes_from_urls rcCsB|jdr tjd|s>tdntj|}t|tjr>tddS)Nvz\Av[a-fA-F0-9]+\..+\ZzIPvFuture address is invalidz%An IPv4 address cannot be in brackets)rrematchrU ipaddressZ ip_addressr:Z IPv4Address)rRZipr"r"r#rs      rc Cst||\}}}|jt}|jt}t|}t|}t|}|||t|t|f}tj|d}|rj||St tt kr|t d}}}|j d} | dkot |do|djr|d| dkr|d| j}|| dd}|dddkr6t|d\}}d |krd |ks.d |kr6d |kr6td |rVd |krV|jd d\}}d |krp|jd d\}}t|t|||||} | t|<|| Sxd|d| D]} | tkrPqW|| dd} | stdd| Dr|d| j| }}|dddkrjt|d\}}d |kr2d |ksFd |krNd |krNtd d |krjd |krjt||rd |kr|jd d\}}d |kr|jd d\}}t|t|||||} | t|<|| S)aParse a URL into 5 components: :///?# Return a 5-tuple: (scheme, netloc, path, query, fragment). Note that we don't break the components up in smaller bits (e.g. netloc is a single string) and we don't expand % escapes.NrrZrrr9rz//rarbzInvalid IPv6 URLrlrcss|]}|dkVqdS) 0123456789Nr")r rr"r"r#r$szurlsplit..)r>lstrip_WHATWG_C0_CONTROL_OR_SPACEstriprbooltyper(getrMAX_CACHE_SIZEr+r|r'isalpharQrrUsplitrr scheme_charsrr) rnrurvrwkeycachedr[rxrmr~rrrestr"r"r#rsh      "   cCs<t|\}}}}}}}|r&d||f}|t|||||fS)zPut a parsed URL back together again. This may result in a slightly different, but equivalent URL, if the URL that was parsed originally had redundant delimiters, e.g. a ? with an empty query (the draft states that these are equivalent).z%s;%s)r>r) componentsrur[rnryrxrmrwr"r"r#rs cCst|\}}}}}}|s4|r`|tkr`|dddkr`|rP|dddkrPd|}d|pXd|}|rp|d|}|r|d|}|r|d |}||S) akCombine the elements of a tuple as returned by urlsplit() into a complete URL as a string. The data argument can be any five-item iterable. This may result in a slightly different, but equivalent URL, if the URL that was parsed originally had unnecessary delimiters (for example, a ? with an empty query; the RFC states that these are equivalent).Nrz//r9r{rrZrrl)r> uses_netloc)rrur[rnrxrmrwr"r"r#rs    c Cs|s|S|s|St||\}}}t|d|\}}}}}} t|||\} } } } }}| |ks`| tkrh||S| tkr| r|t| | | | ||fS|} | r| r|} |} |s|}|t| | | | ||fS|jd}|ddkr|d=| dddkr| jd}n(|| jd}td|dd |dd <g}xX|D]P}|dkrdy |jWntk r`YnXn|dkrtq0n |j |q0W|d d kr|j d|t| | dj |pd| ||fS) zaJoin a base URL and a possibly relative URL to form an absolute interpretation of the latter.rr{r9N...rrrr)rr) r>r uses_relativerrrfilterpop IndexErrorappendjoin)basernrvrwZbschemeZbnetlocZbpathZbparamsZbqueryZ bfragmentrur[pathryrxrmZ base_partsZsegmentsZ resolved_pathZsegr"r"r#r.sT            c CsTt|\}}d|kr>t|\}}}}}}t|||||df}nd}|}|t||S)zRemoves any existing fragment from URL. Returns a tuple of the defragmented URL and the fragment. If the URL contained no fragments, the second element is the empty string. rlr)r>rrr) rnrwsrpaqZfragZdefragr"r"r#rss Z0123456789ABCDEFabcdefc Cs|s|jdSt|tr"|jd}|jd}t|dkr<|S|dg}|j}tdkrbddtDaxb|ddD]R}y(|t|dd ||d dWqptk r|d||YqpXqpWdj |S) z,unquote_to_bytes('abc%20def') -> b'abc def'.zutf-8rNr9rNcSs4i|],}tD]"}tt||dg||jq qS))_hexdigbytesrTr0)r rrr"r"r# sz$unquote_to_bytes..r) rr:r;r0rr _hextobyterKeyErrorr)r&bitsresritemr"r"r#rs*     z([-]+)utf-8rcCsd|kr|j|S|dkrd}|dkr*d}tj|}|dg}|j}x@tdt|dD],}|t||j|||||dqVWdj|S) aReplace %xx escapes by their single-character equivalent. The optional encoding and errors parameters specify how to decode percent-encoded sequences into Unicode characters, as accepted by the bytes.decode() method. By default, percent-encoded sequences are decoded with UTF-8, and invalid sequences are replaced by a placeholder character. unquote('abc%20def') -> 'abc def'. rMNzutf-8rrr9rr)r_asciirerrangerrr4r)r&r1r2rrrr~r"r"r#rs   Fc CsPi}t||||||d}x2|D]*\}} ||kr>||j| q| g||<qW|S)aParse a query given as a string argument. Arguments: qs: percent-encoded query string to be parsed keep_blank_values: flag indicating whether blank values in percent-encoded queries should be treated as blank strings. A true value indicates that blanks should be retained as blank strings. The default false value indicates that blank values are to be ignored and treated as if they were not included. strict_parsing: flag indicating what to do with parsing errors. If false (the default), errors are silently ignored. If true, errors raise a ValueError exception. encoding and errors: specify how to decode percent-encoded sequences into Unicode characters, as accepted by the bytes.decode() method. max_num_fields: int. If set, then throws a ValueError if there are more than n fields read by parse_qsl(). Returns a dictionary. )r1r2max_num_fields)r r) qskeep_blank_valuesstrict_parsingr1r2rZ parsed_resultpairsnamevaluer"r"r#r scCst|\}}|dk r szparse_qsl..=rzbad query field: %rrr+ )r1r2)r>countrUrrrrr)rrrr1r2rrw num_fieldsrrZ name_valueZnvrrr"r"r#r s4      cCs|jdd}t|||S)zLike unquote(), but also replace plus signs by spaces, as required for unquoting HTML form values. unquote_plus('%7e/abc+def') -> '~/abc def' rr)rr)r&r1r2r"r"r#r#s sAABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789_.-c@s(eZdZdZddZddZddZdS) QuoterzA mapping from bytes (in range(0,256)) to strings. String values are percent-encoded byte values, unless the key < 128, and in the "safe" set (either the specified safe set, or default set). cCstj||_dS)zsafe: bytes object.N) _ALWAYS_SAFEunionsafe)rArr"r"r#__init__;szQuoter.__init__cCsd|jjt|fS)Nz<%s %r>) __class__rBdict)rAr"r"r#__repr__?szQuoter.__repr__cCs(||jkrt|ndj|}|||<|S)Nz%{:02X})rchrformat)rArrr"r"r# __missing__CszQuoter.__missing__N)rBrCrDrErrrr"r"r"r#r3srr{cCsbt|tr8|s|S|dkrd}|dkr*d}|j||}n |dk rHtd|dk rXtdt||S)aquote('abc def') -> 'abc%20def' Each part of a URL, e.g. the path info, the query, etc., has a different set of reserved characters that must be quoted. RFC 2396 Uniform Resource Identifiers (URI): Generic Syntax lists the following reserved characters. reserved = ";" | "/" | "?" | ":" | "@" | "&" | "=" | "+" | "$" | "," Each of these characters is reserved in some component of a URL, but not necessarily in all of them. By default, the quote function is intended for quoting the path section of a URL. Thus, it will not encode '/'. This character is reserved, but in typical usage the quote function is being called on a path where the existing slash characters are used as reserved characters. string and safe may be either str or bytes objects. encoding and errors must not be specified if string is a bytes object. The optional encoding and errors parameters specify how to deal with non-ASCII characters, as accepted by the str.encode method. By default, encoding='utf-8' (characters are encoded with UTF-8), and errors='strict' (unsupported characters raise a UnicodeEncodeError). Nzutf-8r-z,quote() doesn't support 'encoding' for bytesz*quote() doesn't support 'errors' for bytes)r:r;r0r<r )r&rr1r2r"r"r#r Is cCsdt|trd|ks$t|tr2d|kr2t||||St|trBd}nd}t|||||}|jddS)zLike quote(), but also replace ' ' with '+', as required for quoting HTML form values. Plus signs in the original string are escaped unless they are included in safe. It also does not have safe default to '/'. r r)r:r;rr r)r&rr1r2Zspacer"r"r#r us c st|ttfstd|sdSt|tr6|jdd}ntdd|D}|jt|s^|jSy t |Wn&t k rt |j t |<YnXdj fdd|DS)zLike quote(), but accepts a bytes object rather than a str, and does not perform string-to-bytes encoding. It always returns an ASCII string. quote_from_bytes(b'abc def?') -> 'abc%20def%3f' z!quote_from_bytes() expected bytesrr,ignorecSsg|]}|dkr|qS)rr")r rr"r"r#rsz$quote_from_bytes..csg|] }|qSr"r")r r!)quoterr"r#rs)r:r bytearrayr<r;r0rstrip_ALWAYS_SAFE_BYTESr4r*rr __getitem__r)Zbsrr")rr#r s  cCst|dr|j}nRy t|r2t|dt r2tWn0tk rdtj\}}}tdj|YnXg} |sxr|D]j\} } t| t r|| |} n|t | |||} t| t r|| |} n|t | |||} | j | d| qtWn,x(|D]\} } t| t r|| |} n|t | |||} t| t rL|| |} | j | d| qt| t rz|| |||} | j | d| qy t| } Wn:tk r|t | |||} | j | d| YqXxJ| D]B} t| t r|| |} n|t | |||} | j | d| qWqWdj | S)a^Encode a dict or sequence of two-element tuples into a URL query string. If any values in the query arg are sequences and doseq is true, each sequence element is converted to a separate parameter. If the query arg is a sequence of two-element tuples, the order of the parameters in the output will match the order of parameters in the input. The components of a query arg may each be either a string or a bytes type. The safe, encoding, and errors parameters are passed down to the function specified by quote_via (encoding and errors only if a component is a str). itemsrz1not a valid non-string sequence or mapping objectrr) hasattrrrr:r6r<sysexc_infowith_tracebackrr;rr)rxZdoseqrr1r2Z quote_viaZtyZvatblkrr5Zeltr"r"r#rsP                c CsJt|trFy|jdj}Wn(tk rDtdt|dYnX|S)zto_bytes(u"URL") --> 'URL'.ASCIIzURL z contains non-ASCII characters)r:r;r0r4 UnicodeErrorrepr)rnr"r"r#to_bytess  rcCs`t|j}|dddkr<|dddkr<|ddj}|dddkr\|ddj}|S) z8unwrap('') --> 'type://host/path'.Nr9<>zURL:rr)r;r)rnr"r"r#unwraps   rcCsDtdkrtjdtjatj|}|r<|j\}}|j|fSd|fS)z:splittype('type:opaquestring') --> 'type', 'opaquestring'.Nz ([^/:]+):(.*)) _typeprogrcompileDOTALLrgroupsrQ)rnrrudatar"r"r# splittypes   rcCsXtdkrtjdtjatj|}|rP|j\}}|rH|ddkrHd|}||fSd|fS)z;splithost('//host[:port]/path') --> 'host[:port]', '/path'.Nz//([^/#?]*)(.*)rr{) _hostprogrrrrr)rnrZ host_portrr"r"r# splithosts  rcCs |jd\}}}|r|nd|fS)zJsplituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.rYN)r\)hostuserrr"r"r# splitusersrcCs |jd\}}}||r|ndfS)z/splitpasswd('user:passwd') -> 'user', 'passwd'.rZN)rP)rrZpasswdr"r"r# splitpasswd"srcCsDtdkrtjdtjatj|}|r<|j\}}|r<||fS|dfS)z*splitport('host:port') --> 'host', 'port'.Nz(.*):([0-9]*)$) _portprogrrrrr)rrrVr"r"r# splitport)s  rr9c CsT|jd\}}}|s|}n2|rLy t|}Wntk rBd}YnX||fS||fS)zSplit host and port, returning numeric port. Return given default port if no ':' found; defaults to -1. Return numerical port if a valid number are found after ':'. Return None if ':' but not a valid number.rZN)r\rTrU)rZdefportrrVZnportr"r"r# splitnport6s  rcCs$|jd\}}}|r||fS|dfS)z/splitquery('/path?query') --> '/path', 'query'.rN)r\)rnrrrxr"r"r# splitqueryFsrcCs$|jd\}}}|r||fS|dfS)z)splittag('/path#tag') --> '/path', 'tag'.rlN)r\)rnrrtagr"r"r#splittagMsrcCs|jd}|d|ddfS)zksplitattr('/path;attr1=value1;attr2=value2;...') -> '/path', ['attr1=value1', 'attr2=value2', ...].rrrr9N)r)rnZwordsr"r"r# splitattrTs rcCs |jd\}}}||r|ndfS)z-splitvalue('attr=value') --> 'attr', 'value'.rN)rP)attrrrr"r"r# splitvalueZsr )rT)r)rT)T)rr)FFrrN)FFrrN)rr)r{NN)rNN)r{r)r)arErr collectionsr__all__rrrsZnon_hierarchicalZ uses_queryZ uses_fragmentrrrrr(r'r+Z_implicit_encodingZ_implicit_errorsr/r3r8r>objectr?rGrIrXrfrkZ_DefragResultBaseZ_SplitResultBaseZ_ParseResultBasernrmrur[rrxryZ ResultBaserrrrrrrqrrtrrrrrrrrrrrrrrrrr r r frozensetrrrr* defaultdictrr r r rrrrrrrrrrrrrrrr r"r"r"r# s                 !           B  E   & ;  ,   O