VarValue.extended_backward_df()
Returns the list of all previous points of the current point in the current data flow graph and outside of that.
extended_backward_df() →
APISet
[
Point
]
Query Example
Output Example
To clarify, what is the difference between backward_df
and extended_backward_df
? extended_backward_df
operates recursively. Below is the output when backward_df
was used instead of extended_backward_df
Last updated