Searched refs:atcom (Results 1 – 2 of 2) sorted by relevance
405 for atcom in raw_map:407 at, args = self._parse_at_command(atcom)410 action = self._sanitize_wardmodem_action(raw_map[atcom])499 def _parse_at_command(self, atcom): argument518 parts = atcom.split('=')520 self._runtime_error('Parsing error: |%s|' % atcom)522 return (atcom, ())534 def _find_wardmodem_action_for_at(self, atcom): argument554 at, args = self._parse_at_command(atcom)562 (atcom,))[all …]
61 def act_on(self, atcom): argument72 response = self._responses.get(atcom, None)