pyplugins.analysis.repl module

class pyplugins.analysis.repl.Repl(panda)[source]

Bases: Plugin

repl()[source]

Generator-capable IPython REPL

Call with yield from repl(). Use %yield_from and %yield_ line commands in place of yield from and yield.

repl_thread(command_queue, result_queue, local)[source]

Function for running the IPython REPL in a separate thread. The command queue is for sending yield and yield from commands to the generator, and the result queue is for getting the results back.