Home | History | Annotate | Download | only in python2.7

Lines Matching full:response_code

93 Response_code = re.compile(r'\[(?P<type>[A-Z-]+)( (?P<data>[^\]]*))?\]')
975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):