|
seq
4.0.0-pre3
|
Functions | |
| def | mytask (loop, evt, json_output=False, log_level=logging.INFO, pub_id=None) |
| def | monitor_quit (quit_event) |
| def | kmain (json_output=False, log_level=logging.INFO, log_file=None, pub_id=None) |
| Sequencer Kernel entry function. More... | |
Variables | |
| logger = logging.getLogger(__name__) | |
| def cli.kmain.kmain | ( | json_output = False, |
|
log_level = logging.INFO, |
|||
log_file = None, |
|||
pub_id = None |
|||
| ) |
Sequencer Kernel entry function.
When executing seq kernel, seq.cli and click resolves into this function.
It creates a new myBobServer object which in turn creates a Socket Server and a seq shell subprocess.
json_output str Reformat Json strings log_level str Minimum log level presented log_file str Logging file. Default: "$PWD/seq.log"
| def cli.kmain.monitor_quit | ( | quit_event | ) |
| def cli.kmain.mytask | ( | loop, | |
| evt, | |||
json_output = False, |
|||
log_level = logging.INFO, |
|||
pub_id = None |
|||
| ) |
| cli.kmain.logger = logging.getLogger(__name__) |