Test lexing from infinite stream. Extract strings of letters/numbers from /dev/urandom >>> import itertools,sys >>> if sys.version[0] == '2': ... f = open("/dev/urandom") ... else: ... f = open("/dev/urandom",encoding="ascii",errors
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected