Searched refs:WHENCE_STREAM (Results 1 – 2 of 2) sorted by relevance
58 WHENCE_STREAM, WHENCE_QUEUE = range(2) variable76 self.whence = WHENCE_STREAM
951 if token.whence == tokenize.WHENCE_STREAM:960 if tokens[-1].whence == tokenize.WHENCE_STREAM: