Home | History | Annotate | Download | only in Lib

Lines Matching defs:_match

933         if self._match(self.tagre, resp):
946 if not self._match(Untagged_response, resp):
947 if self._match(Untagged_status, resp):
953 if self._match(Continuation, resp):
966 while self._match(Literal, dat):
988 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1044 def _match(self, cre, s):