Searched refs:IsDone (Results 1 – 3 of 3) sorted by relevance
174 def IsDone(self): member in GNValueParser178 while not self.IsDone() and self.input[self.cur] in ' \t\n':201 if not self.IsDone():214 while not self.IsDone():230 if self.IsDone():267 if self.IsDone():273 if not self.IsDone() and _IsDigitOrMinus(self.input[self.cur]):275 while not self.IsDone() and self.input[self.cur].isdigit():285 if self.IsDone():294 while not self.IsDone() and self.input[self.cur] != '"':[all …]
26 from prompt_toolkit.filters import IsDone143 filter=~IsDone()
27 from prompt_toolkit.filters import IsDone182 filter=~IsDone()