Python: support for with-definitions

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-06-23 07:45:30 +02:00
parent e8289d6fa1
commit a55b4660d4
3 changed files with 14 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ from
DataFlow::Node source,
DataFlow::Node sink
where
// source != sink and
exists(TestConfiguration cfg | cfg.hasFlow(source, sink))
select
source, sink