Example #1
0
 def testcatch2(self):
     eq_(eval(catch(1, throw(1, 2), 3)), 2)
Example #2
0
 def testcatch2(self):
   eq_(eval(catch(1, throw(1, 2), 3)), 2)
Example #3
0
 def testcatch1(self):
     eq_(eval(catch(1, 2)), 2)
Example #4
0
 def testcatch1(self):
   eq_(eval(catch(1, 2)), 2)