U mf@sdZddlmZmZmZddlZddlZddlZej dZ e fe eej j ej j dddZe dfej j eej j ee d d d Zde eeej j e feejjejjd d dZdS)zDNS E.164 helpers.)IterableOptionalUnionNz e164.arpa.)textoriginreturncCs,dd|D}|tjjd||dS)aConvert an E.164 number in textual form into a Name object whose value is the ENUM domain name for that number. Non-digits in the text are ignored, i.e. "16505551212", "+1.650.555.1212" and "1 (650) 555-1212" are all the same. *text*, a ``str``, is an E.164 number in textual form. *origin*, a ``dns.name.Name``, the domain in which the number should be constructed. The default is ``e164.arpa.``. Returns a ``dns.name.Name``. cSsg|]}|r|qS)isdigit.0drr6/opt/hc_python/lib/python3.8/site-packages/dns/e164.py /szfrom_e164...)r)reversednsname from_textjoin)rrpartsrrr from_e164srT)rrwant_plus_prefixrcCsf|dk r||}dd|jD}t|t|jkr@tjd|d|}|r^d|}|S)aConvert an ENUM domain name into an E.164 number. Note that dnspython does not have any information about preferred number formats within national numbering plans, so all numbers are emitted as a simple string of digits, prefixed by a '+' (unless *want_plus_prefix* is ``False``). *name* is a ``dns.name.Name``, the ENUM domain name. *origin* is a ``dns.name.Name``, a domain containing the ENUM domain name. The name is relativized to this domain before being converted to text. If ``None``, no relativization is done. *want_plus_prefix* is a ``bool``. If True, add a '+' to the beginning of the returned number. Returns a ``str``. NcSs$g|]}|rt|dkr|qS))r lenr rrr rNs zto_e164..z$non-digit labels in ENUM domain name+) Z relativizelabelsrr exception SyntaxErrorrrdecode)rrrZdlabelsrrrr to_e1644s   r )numberdomainsresolverrc Cs|dkrtj}tj}|D]j}t|tr:tj|}tj ||}z| |dWStjjk r}z ||7}W5d}~XYq Xq |dS)a~Look for NAPTR RRs for the specified number in the specified domains. e.g. lookup('16505551212', ['e164.dnspython.org.', 'e164.arpa.']) *number*, a ``str`` is the number to look for. *domains* is an iterable containing ``dns.name.Name`` values. *resolver*, a ``dns.resolver.Resolver``, is the resolver to use. If ``None``, the default resolver is used. NZNAPTR) rr#Zget_default_resolverZNXDOMAIN isinstancestrrrZe164rresolve)r!r"r#Ze_nxdomainZqnameerrr queryXs    r))N)__doc__typingrrrZ dns.exceptionrZdns.nameZ dns.resolverrrZpublic_enum_domainr%Namerboolr r#ResolverZAnswerr)rrrr s4     '