PyLogo


FileTokenizer

An interator over the tokens of a file. Will prompt interactively if prompt is given.


Methods

f __init__(self, f, output=None, prompt=None) ...

f print_prompt(self) ...

f push_context(self, context) ...

f pop_context(self) ...

f next(self) ...

f peek(self) ...

See the source for more information.