Lines Matching refs:beginchar
679 def getdelimited(self, beginchar, endchars, allowcomments = 1):682 `beginchar' is the start character for the fragment. If self is not683 looking at an instance of `beginchar' then getdelimited returns the692 if self.field[self.pos] != beginchar: