Searched refs:allowcomments (Results 1 – 3 of 3) sorted by relevance
360 def getdelimited(self, beginchar, endchars, allowcomments=True): argument386 elif allowcomments and self.field[self.pos] == '(':
403 def getdelimited(self, beginchar, endchars, allowcomments=True): argument429 elif allowcomments and self.field[self.pos] == '(':
684 def getdelimited(self, beginchar, endchars, allowcomments = 1): argument710 elif allowcomments and self.field[self.pos] == '(':