Lines Matching refs:e2
2123 except EnvironmentError as e2:
2128 e = e2
2863 def _make_and(self, e1, e2): argument
2867 return e2
2869 if e2 is self.y:
2872 if e1 is self.n or e2 is self.n:
2875 return (AND, e1, e2)
2877 def _make_or(self, e1, e2): argument
2881 return e2
2883 if e2 is self.n:
2886 if e1 is self.y or e2 is self.y:
2889 return (OR, e1, e2)
6265 except EnvironmentError as e2:
6268 .format(filename, std_msg(e1), std_msg(e2)))