Lines Matching refs:e2
2124 except EnvironmentError as e2:
2129 e = e2
2866 def _make_and(self, e1, e2): argument
2870 return e2
2872 if e2 is self.y:
2875 if e1 is self.n or e2 is self.n:
2878 return (AND, e1, e2)
2880 def _make_or(self, e1, e2): argument
2884 return e2
2886 if e2 is self.n:
2889 if e1 is self.y or e2 is self.y:
2892 return (OR, e1, e2)
6309 except EnvironmentError as e2:
6312 .format(filename, std_msg(e1), std_msg(e2)))