예제 #1
0
 def can_execute(self):
     print(self.executable)
     return check_executable(self.executable)
예제 #2
0
 def can_execute(self):
     return check_executable(self.executable)
예제 #3
0
 def can_execute(self):
     return check_executable(self.executable)
예제 #4
0
 def can_execute(self):
     print(self.executable)
     return check_executable(self.executable)