Searched refs:stop_at (Results 1 – 4 of 4) sorted by relevance
95 def scan_until_(self, stop_at): argument97 while p < self.text_length_ and self.text_[p] not in stop_at:
169 def scan_until_(self, stop_at): argument171 while p < self.text_length_ and self.text_[p] not in stop_at:
669 def _get_enclosing_finally_scopes(self, stop_at): argument674 if isinstance(node, stop_at):678 def _get_enclosing_except_scopes(self, stop_at): argument683 if isinstance(node, stop_at):
50 self.stop_at(token); in parse()90 self.stop_at(name_end); in name()115 fn stop_at<F>(&mut self, f: F) in stop_at() method146 self.stop_at(long_end); in long()200 self.stop_at(help_start); in help()