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.
P
PY
1 parent 262d43a commit bfdcae4Copy full SHA for bfdcae4
python/ql/lib/semmle/python/dataflow/new/internal/DataFlowPrivate.qll
@@ -403,9 +403,9 @@ module VariableCapture {
403
}
404
405
private module CaptureInput implements Shared::InputSig<Location> {
406
- private import python as P
+ private import python as PY
407
408
- class BasicBlock extends P::BasicBlock {
+ class BasicBlock extends PY::BasicBlock {
409
Callable getEnclosingCallable() { result = this.getScope() }
410
411
// TODO: check that this gives useful results
0 commit comments