Searched defs:useful (Results 1 – 3 of 3) sorted by relevance
36 useful = lambda x: not x[0].startswith('_') function39 useful = lambda x: not x[0].startswith('_') and not x[0] == 'Nest' function
196 bool useful; member
247 int useful = 0; in reduce_grammar_tables() local