seq  2.0.0
Classes | Namespaces | Functions | Variables
seqsh.py File Reference

Classes

class  cli.seqsh.SeqShell
 lookup for important replies that are worth publishing More...
 

Namespaces

 cli.seqsh
 

Functions

def cli.seqsh.handle_exception (loop, context)
 Shell command interpreter (asyncio based) More...
 
def cli.seqsh.mytask (loop, redis_address, log_level, evt)
 executes the shell subprocess More...
 
def cli.seqsh.monitor_quit (quit_event)
 
def cli.seqsh.main_loop (redis_address, log_level=logging.INFO)
 
def cli.seqsh.shell (redis_address, log_level)
 

Variables

 cli.seqsh.LOGGER = logging.getLogger("seq.shell")
 
 cli.seqsh.msg = context.get("exception", context["message"])
 exception handle context["message"] will always be there; but context["exception"] may not More...