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

Lines Matching defs:_match

920         if self._match(self.tagre, resp):
933 if not self._match(Untagged_response, resp):
934 if self._match(Untagged_status, resp):
940 if self._match(Continuation, resp):
953 while self._match(Literal, dat):
975 if typ in ('OK', 'NO', 'BAD') and self._match(Response_code, dat):
1026 def _match(self, cre, s):