peek_token


peek_token(t)
      

Return the next token from stream tokenizer t without removing it from the stream. Return the end-of-file object if there are no more tokens in the tokenizer.

Also see:

get_token


Core Module Index | Main Index