Home | History | Annotate | Download | only in pexpect

Lines Matching refs:cre

916         cre = re.compile('.{%d}' % size, re.DOTALL)
918 index = self.expect([cre, self.delimiter])