The tokenize() function accepts two parameters: one representing the input stream, and one providing an output mechanism for tokenize(). The first parameter, readline, must be a callable object which provides the same interface as the readline() method of built-in file objects.
(readline, tokeneater=printtoken)
source not stored for this graph (policy: none)
no test coverage detected