Searched refs:Untagged_response (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dimaplib.py104 Untagged_response = re.compile(r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?') variable
946 if not self._match(Untagged_response, resp):
/external/python/cpython3/Lib/
H A Dimaplib.py123 Untagged_response = re.compile(br'\* (?P<type>[A-Z-]+)( (?P<data>.*))?') variable
1057 if not self._match(Untagged_response, resp):

Completed in 134 milliseconds