Enhanced ExecutionContext to keep track of the execution flow
This commit is contained in:
@@ -8,6 +8,7 @@ from core.ast.visitors import UnreferencedNamesVisitor
|
||||
from core.builtin_concepts import BuiltinConcepts
|
||||
|
||||
|
||||
|
||||
def is_same_success(sheerka, return_values):
|
||||
"""
|
||||
Returns True if all returns values are successful and have the same value
|
||||
@@ -209,3 +210,4 @@ def _extract_predicates(sheerka, node, variables_to_include, variables_to_exclud
|
||||
|
||||
return predicates
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user