get_token


get_token(t)
      

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

Also see:

peek_token


Core Module Index | Main Index