first running version
This commit is contained in:
@@ -38,7 +38,7 @@ class CFG_Node:
|
||||
|
||||
class CFG_START(CFG_Node):
|
||||
def dot_shape(self):
|
||||
return "circle"
|
||||
return "box"
|
||||
|
||||
def dot_label(self):
|
||||
return "START"
|
||||
@@ -46,7 +46,7 @@ class CFG_START(CFG_Node):
|
||||
|
||||
class CFG_END(CFG_Node):
|
||||
def dot_shape(self):
|
||||
return "doublecircle"
|
||||
return "box"
|
||||
|
||||
def dot_label(self):
|
||||
return "END"
|
||||
|
||||
Reference in New Issue
Block a user