3
bWK @ s\ d Z ddlZddlZddlZddlmZ ejjdZ e fddZ
e dfd d
Zd
ddZdS )zDNS E.164 helpers
@var public_enum_domain: The DNS public ENUM domain, e164.arpa.
@type public_enum_domain: dns.name.Name object
N )string_typesz
e164.arpa.c C s, dd | D }|j tjjdj||dS )au Convert an E.164 number in textual form into a Name object whose
value is the ENUM domain name for that number.
@param text: an E.164 number in textual form.
@type text: str
@param origin: The domain in which the number should be constructed.
The default is e164.arpa.
@type origin: dns.name.Name object or None
@rtype: dns.name.Name object
c S s g | ]}|j r|qS )isdigit).0dr r /usr/lib/python3.6/e164.py