Iter raise statements in a Function (#16)

* Add Function.iter_raise_stmts method and tests

* Add Alisdair Robertson to AUTHORS.txt

* Cleanup Function.iter_raise_stmts and test

Decided not to try and exclude exceptions that would be caught by a try-catch
This commit is contained in:
Alisdair Robertson
2017-10-28 22:35:49 +11:00
committed by Dave Halter
parent 50445f424e
commit 647073b1b9
3 changed files with 47 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ David Halter (@davidhalter) <davidhalter88@gmail.com>
Code Contributors
=================
Alisdair Robertson (@robodair)
Code Contributors (to Jedi and therefore possibly to this library)