mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
@@ -760,6 +760,8 @@ module AstSigImpl implements AstSig<Py::Location> {
|
||||
index = 0 and result = t.getBody()
|
||||
or
|
||||
result = t.getHandler(index - 1) and index >= 1
|
||||
or
|
||||
index = -1 and result = t.getFinalbody()
|
||||
)
|
||||
or
|
||||
// MatchStmt: subject (0), cases (1..n)
|
||||
|
||||
Reference in New Issue
Block a user