Python: remove NonLibraryDataFlowCallable

this required managing parameters and their pre-update nodes a bit
This commit is contained in:
Rasmus Lerchedahl Petersen
2022-09-12 15:17:29 +02:00
parent fa2da2f3ec
commit 0f95992b2f
5 changed files with 50 additions and 32 deletions

View File

@@ -52,7 +52,7 @@ abstract class RoutingTest extends InlineExpectationsTest {
result =
toNode
.getEnclosingCallable()
.(DataFlowPrivate::NonLibraryDataFlowCallable)
.(DataFlowPrivate::DataFlowCallable)
.getCallableValue()
.getScope()
.getQualifiedName() // TODO: More robust pretty printing?