Home
last modified time | relevance | path

Searched refs:repl_locals (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/asyncio/
H A D__main__.py96 repl_locals = {'asyncio': asyncio} variable in REPLThread
100 repl_locals[key] = locals()[key]
102 console = AsyncIOInteractiveConsole(repl_locals, loop)

Completed in 1 milliseconds