mirror of
https://github.com/github/codeql.git
synced 2026-05-02 20:25:13 +02:00
Python: remove NonLibraryDataFlowCallable
this required managing parameters and their pre-update nodes a bit
This commit is contained in:
@@ -52,7 +52,7 @@ abstract class RoutingTest extends InlineExpectationsTest {
|
||||
result =
|
||||
toNode
|
||||
.getEnclosingCallable()
|
||||
.(DataFlowPrivate::NonLibraryDataFlowCallable)
|
||||
.(DataFlowPrivate::DataFlowCallable)
|
||||
.getCallableValue()
|
||||
.getScope()
|
||||
.getQualifiedName() // TODO: More robust pretty printing?
|
||||
|
||||
Reference in New Issue
Block a user