bluesky.run_engine.RunEngine.print_command_registry#
- RunEngine.print_command_registry(verbose=False)[source]#
This conveniently prints the command registry of available commands.
- Parameters:
- Verbosebool, optional
- verbose print. Default is False
Examples
>>> from bluesky import RunEngine >>> RE = RunEngine() >>> # Print a very verbose list of currently registered commands >>> RE.print_command_registry(verbose=True)