Searched defs:StepExpectInfo (Results 1 – 2 of 2) sorted by relevance
16 StepExpectInfo = namedtuple('StepExpectInfo', 'expression, path, frame_idx, line_range') variable
21 def watch_is_active(watch_info: StepExpectInfo, path, frame_idx, line_no):