Searched refs:current_location (Results 1 – 7 of 7) sorted by relevance
17 if (step.current_location.path is None or18 not os.path.exists(step.current_location.path)):21 if any(os.path.samefile(step.current_location.path, f)106 if prev_step.current_location.lineno is None or step.current_location.lineno is None:110 if prev_step.current_location.lineno > step.current_location.lineno:113 if prev_step.current_location.lineno < step.current_location.lineno:117 if prev_step.current_location.column > step.current_location.column:120 if prev_step.current_location.column < step.current_location.column:
99 def current_location(self): member in StepIR
14 if not step_info.current_location.path:16 if not os.path.exists(step_info.current_location.path):18 return any(os.path.samefile(step_info.current_location.path, f) \29 loc = step_info.current_location
112 loc = step_info.current_location
33 return {'DexExpectStepOrder': ValueIR(expression=str(step_info.current_location.lineno),
169 loc = step.current_location
205 msg = 'line {} reached'.format(x.current_location.lineno)