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 3ee7566 commit 9c7fee2Copy full SHA for 9c7fee2
python/ql/lib/semmle/python/Stmts.qll
@@ -389,9 +389,6 @@ class Try extends Try_ {
389
390
override Stmt getHandler(int i) { result = Try_.super.getHandler(i) }
391
392
- /** Gets an exception handler of this try statement. */
393
- override Stmt getAHandler() { result = Try_.super.getAHandler() }
394
-
395
/** Gets a normal exception handler, `except`, of this try statement. */
396
ExceptStmt getANormalHandler() { result = this.getAHandler() }
397
0 commit comments