mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Python : P -> PY
This commit is contained in:
@@ -403,9 +403,9 @@ module VariableCapture {
|
||||
}
|
||||
|
||||
private module CaptureInput implements Shared::InputSig<Location> {
|
||||
private import python as P
|
||||
private import python as PY
|
||||
|
||||
class BasicBlock extends P::BasicBlock {
|
||||
class BasicBlock extends PY::BasicBlock {
|
||||
Callable getEnclosingCallable() { result = this.getScope() }
|
||||
|
||||
// TODO: check that this gives useful results
|
||||
|
||||
Reference in New Issue
Block a user