Searched refs:regexp (Results 1 – 1 of 1) sorted by relevance
337 regexp = r'\d+\s+(?P<m1>....)\s(?P<m2>....)'338 match = re.match(regexp, res[0][0])352 regexp = ('\d+\s+(?P<Mac>....\s....\s....)\s'354 match = re.search(regexp, res[0][0])668 def music_control_events(self, cmd, regexp=None, wait=.5): argument692 if not regexp:697 regexp = cmd_regexp[cmd]702 if re.search(regexp, line):