Searched refs:WHENCE_STREAM (Results 1 – 2 of 2) sorted by relevance
61 WHENCE_STREAM, WHENCE_QUEUE = range(2) variable79 self.whence = WHENCE_STREAM
910 if token.whence == tokenize.WHENCE_STREAM:919 if tokens[-1].whence == tokenize.WHENCE_STREAM: