Lines Matching refs:_expect
752 self._expect('spinel-cli >')
792 def _expect(self, pattern, timeout=-1, *args, **kwargs): member in NodeImpl
809 self._expect('Done', timeout)
891 self._expect(pattern, timeout=timeout)
947 self._expect(r"[^\n]+\n")
962 self._expect('Commands:')
1024 self._expect('Finished detaching')
1462 self._expect(r"(Done|Error .*)")
1560 self._expect(r'(.*)Done')
1657 self._expect(r"(Done|Error .*)")
2588 self._expect('Energy:', timeout=timeout)
2600 self._expect('Conflict:', timeout=timeout)
2654 i = self._expect([r'from (\S+):', r'Done'], timeout=0.1)
2682 self._expect(r"[^\n]+\n", timeout=0.1)
3063 self._expect(r'coap response from ([\da-f:]+)(?: OBS=(\d+))?'
3091 self._expect(r'coap request from ([\da-f:]+)(?: OBS=(\d+))?'
3116 self._expect(r'Subscribing client\b', timeout=timeout)
3128 self._expect(r'Received ACK in reply to notification from ([\da-f:]+)\b', timeout=timeout)
3148 self._expect('Done')
3226 self._expect('coaps connected', timeout=timeout)
3244 self._expect('coaps response', timeout=timeout)
3287 self._expect('Error')
3290 self._expect('%d bytes' % bytes_should_rx)
3300 self._expect([r'(\d+)((\s\d+)*)'])
3312 self._expect(r'(.*)Done')