Exemplo n.º 1
0
 def return_data(self):
     return scan.return_data(self)
Exemplo n.º 2
0
 def return_data(self):
     return scan.return_data(self)
Exemplo n.º 3
0
 def return_data(self):
     if (self.multiple_responses == True):
         return self.response_list
     else:
         return scan.return_data(self)
Exemplo n.º 4
0
 def return_data(self):
     if (self.multiple_responses == True):
         return self.response_list
     else:
         return scan.return_data(self)