Rasmus Lerchedahl Petersen
|
d4ea62edec
|
Python: flow through yield
- add yield as a dataflow return
- replace comprehension store step
with a store step to the yield
|
2024-09-30 09:01:29 +02:00 |
|
Rasmus Lerchedahl Petersen
|
fc2dc28f87
|
python: capture flow through comprehensions
- add comprehension functions as `DataFlowCallable`s
- add comprehension call as `DataFlowCall`
- create capture argument node for comprehension calls
|
2024-09-25 10:02:31 +02:00 |
|
Rasmus Wriedt Larsen
|
e0e405bb31
|
Python: replace dataflow-test location in files
|
2024-04-23 09:40:59 +02:00 |
|
Rasmus Wriedt Larsen
|
ce711f7d2f
|
Python: Move dataflow tests out of experimental
|
2024-04-23 09:40:44 +02:00 |
|