Ejemplo n.º 1
0
 def can_execute(self):
     print(self.executable)
     return check_executable(self.executable)
Ejemplo n.º 2
0
 def can_execute(self):
     return check_executable(self.executable)
Ejemplo n.º 3
0
 def can_execute(self):
     return check_executable(self.executable)
Ejemplo n.º 4
0
 def can_execute(self):
     print(self.executable)
     return check_executable(self.executable)