Searched refs:EvalString (Results 1 – 2 of 2) sorted by relevance
433 self.assertIs(type(tok.value), ninja.EvalString)438 self.assertIs(type(tok.value), ninja.EvalString)443 self.assertIs(type(tok.value), ninja.EvalString)449 self.assertIs(type(tok.value), ninja.EvalString)454 self.assertIs(type(tok.value), ninja.EvalString)459 self.assertIs(type(tok.value), ninja.EvalString)464 self.assertIs(type(tok.value), ninja.EvalString)
98 class EvalString(tuple): class204 return EvalString(intern(seg) for seg in self._segs)