This inspector stops the execution at a certain configured point.

Method __init__ Initialize a properly configured instance of InspectorStopExecution.
def __init__(self, sequence_count=0, symbol='', leave_once_main_exits=False):

Initialize a properly configured instance of InspectorStopExecution.

Parameterssequence_countstop after executing this number of sequences. If 0, try to execute as many sequences as possible.
symbolstop after reaching the symbol of that name. We need to know about the symbol's name early enough. If "" (default value), don't stop due to symbols
leave_once_main_existsif true, stop once the function we started the scenario in exits.
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.