statement


statement(t)
      

Return the next compiled statement from the stream tokenizer t. If no more statements can be read from the tokenizer, return the eof object.

Also see:

expression
is_keyword_token


Core Module Index | Main Index