MCPcopy Create free account
hub / github.com/avicoder/spoodle / RandomLexer

Class RandomLexer

dnslib/lex.py:247–307  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected