Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 2 of 2) sorted by relevance

/build/
Dgn_helpers.py174 def IsDone(self) -> bool: member in GNValueParser
178 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 …]
/build/hb/services/
Dmenu.py30 from prompt_toolkit.filters import IsDone
260 filter=~IsDone()