Skip to content
Snippets Groups Projects

Test

Merged George Marchment requested to merge test into main
6 files
+ 65
5
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 3
0
@@ -53,6 +53,9 @@ class Call(Executor):
for para in self.parameters:
if(para.get_type()=="Call"):
tab = para.get_elements_called(tab_input = tab.copy(), first_call = False)
elif(para.get_type()=="Operation"):
tab = para.get_elements_called(tab = tab.copy())
temp = list(set(tab))
#del tab
return temp
Loading