We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d216460 commit 96ae148Copy full SHA for 96ae148
python/ql/lib/semmle/python/Stmts.qll
@@ -408,6 +408,8 @@ class Try extends Try_ {
408
409
override ExceptionHandler getHandler(int i) { result = Try_.super.getHandler(i) }
410
411
+ override ExceptionHandler getAHandler() { result = Try_.super.getAHandler() }
412
+
413
/** Gets a normal exception handler, `except`, of this try statement. */
414
ExceptStmt getANormalHandler() { result = this.getAHandler() }
415
0 commit comments