Searched refs:watch_info (Results 1 – 2 of 2) sorted by relevance
10 def __init__(self, step_index, watch_info, expected_value): argument12 self.watch_info = watch_info16 … return '{}:{}: expected value:{}'.format(self.step_index, self.watch_info, self.expected_value)19 return (self.watch_info.expression == other.watch_info.expression23 return hash(self.watch_info.expression, self.expected_value)
109 if not step_info.watch_info.could_evaluate:113 if step_info.watch_info.is_optimized_away:117 if step_info.watch_info.is_irretrievable: