You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/FAST-Python-Tools/FASTPythonCFGBuilder.class.st
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
"
2
2
I am a class taking a FAST Python entity and returning a Control Flow Graph.
3
+
4
+
If we have multiple end blocks in a method, we create a virtual `FASTNullBlock` to have only one end point. In the case of Python, this node represents a **`return None`** that is the implicite return of functions in Python.
0 commit comments