示例#1
0
 def isAvailable(self):
     return bool(snarl.snGetVersion())
 def isAvailable(self):
     try:
         return bool(snarl.snGetVersion())
     except:
         return False
示例#3
0
 def isAvailable(self):
     return bool(snarl.snGetVersion())